justinsiow commited on
Commit
2d31129
1 Parent(s): 23674d4

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +32 -0
README.md ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: image
5
+ dtype: image
6
+ - name: image_id
7
+ dtype: int64
8
+ - name: width
9
+ dtype: int64
10
+ - name: height
11
+ dtype: int64
12
+ - name: objects
13
+ list:
14
+ - name: id
15
+ sequence: int64
16
+ - name: area
17
+ sequence: float64
18
+ - name: bbox
19
+ sequence:
20
+ sequence: float64
21
+ - name: category_id
22
+ sequence: float64
23
+ splits:
24
+ - name: train
25
+ num_bytes: 10245897929.25
26
+ num_examples: 5950
27
+ download_size: 9935520799
28
+ dataset_size: 10245897929.25
29
+ ---
30
+ # Dataset Card for "fathomnet-train"
31
+
32
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)