jxu124 commited on
Commit
b9ce8d3
1 Parent(s): 6cfc402

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +58 -0
README.md ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: global_image_id
5
+ dtype: string
6
+ - name: image_path
7
+ dtype: string
8
+ - name: anns_id
9
+ dtype: string
10
+ - name: format
11
+ dtype: string
12
+ - name: image_info
13
+ struct:
14
+ - name: file_name
15
+ dtype: string
16
+ - name: height
17
+ dtype: int64
18
+ - name: id
19
+ dtype: int64
20
+ - name: license
21
+ dtype: int64
22
+ - name: url
23
+ dtype: string
24
+ - name: width
25
+ dtype: int64
26
+ - name: anns_info
27
+ list:
28
+ - name: area
29
+ dtype: float64
30
+ - name: bbox
31
+ sequence: float64
32
+ - name: category
33
+ dtype: string
34
+ - name: category_id
35
+ dtype: int64
36
+ - name: id
37
+ dtype: int64
38
+ - name: image_id
39
+ dtype: int64
40
+ - name: iscrowd
41
+ dtype: int64
42
+ - name: isfake
43
+ dtype: int64
44
+ - name: isreflected
45
+ dtype: int64
46
+ splits:
47
+ - name: train
48
+ num_bytes: 3000445884
49
+ num_examples: 1742292
50
+ - name: validation
51
+ num_bytes: 145616533
52
+ num_examples: 80000
53
+ download_size: 1646594676
54
+ dataset_size: 3146062417
55
+ ---
56
+ # Dataset Card for "objects365"
57
+
58
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)