ryanramos commited on
Commit
af1f3e9
1 Parent(s): 51abeb8

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +30 -0
README.md ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: image_lt
5
+ dtype: image
6
+ - name: image_rt
7
+ dtype: image
8
+ - name: category
9
+ dtype: int32
10
+ - name: instance
11
+ dtype: int32
12
+ - name: elevation
13
+ dtype: int32
14
+ - name: azimuth
15
+ dtype: int32
16
+ - name: lighting
17
+ dtype: int32
18
+ splits:
19
+ - name: train
20
+ num_bytes: 117947794.0
21
+ num_examples: 24300
22
+ - name: test
23
+ num_bytes: 118130266.0
24
+ num_examples: 24300
25
+ download_size: 236815224
26
+ dataset_size: 236078060.0
27
+ ---
28
+ # Dataset Card for "smallnorb"
29
+
30
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)