Datasets:
Naive
commited on
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,138 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: image
|
5 |
+
dtype: image
|
6 |
+
- name: annotations
|
7 |
+
dtype: image
|
8 |
+
- name: objects
|
9 |
+
struct:
|
10 |
+
- name: bbox
|
11 |
+
sequence:
|
12 |
+
sequence: float32
|
13 |
+
- name: categories
|
14 |
+
sequence:
|
15 |
+
class_label:
|
16 |
+
names:
|
17 |
+
'0': person
|
18 |
+
'1': bicycle
|
19 |
+
'2': car
|
20 |
+
'3': motorcycle
|
21 |
+
'4': airplane
|
22 |
+
'5': bus
|
23 |
+
'6': train
|
24 |
+
'7': truck
|
25 |
+
'8': boat
|
26 |
+
'9': traffic light
|
27 |
+
'10': fire hydrant
|
28 |
+
'11': stop sign
|
29 |
+
'12': parking meter
|
30 |
+
'13': bench
|
31 |
+
'14': bird
|
32 |
+
'15': cat
|
33 |
+
'16': dog
|
34 |
+
'17': horse
|
35 |
+
'18': sheep
|
36 |
+
'19': cow
|
37 |
+
'20': elephant
|
38 |
+
'21': bear
|
39 |
+
'22': zebra
|
40 |
+
'23': giraffe
|
41 |
+
'24': backpack
|
42 |
+
'25': umbrella
|
43 |
+
'26': handbag
|
44 |
+
'27': tie
|
45 |
+
'28': suitcase
|
46 |
+
'29': frisbee
|
47 |
+
'30': skis
|
48 |
+
'31': snowboard
|
49 |
+
'32': sports ball
|
50 |
+
'33': kite
|
51 |
+
'34': baseball bat
|
52 |
+
'35': baseball glove
|
53 |
+
'36': skateboard
|
54 |
+
'37': surfboard
|
55 |
+
'38': tennis racket
|
56 |
+
'39': bottle
|
57 |
+
'40': wine glass
|
58 |
+
'41': cup
|
59 |
+
'42': fork
|
60 |
+
'43': knife
|
61 |
+
'44': spoon
|
62 |
+
'45': bowl
|
63 |
+
'46': banana
|
64 |
+
'47': apple
|
65 |
+
'48': sandwich
|
66 |
+
'49': orange
|
67 |
+
'50': broccoli
|
68 |
+
'51': carrot
|
69 |
+
'52': hot dog
|
70 |
+
'53': pizza
|
71 |
+
'54': donut
|
72 |
+
'55': cake
|
73 |
+
'56': chair
|
74 |
+
'57': couch
|
75 |
+
'58': potted plant
|
76 |
+
'59': bed
|
77 |
+
'60': dining table
|
78 |
+
'61': toilet
|
79 |
+
'62': tv
|
80 |
+
'63': laptop
|
81 |
+
'64': mouse
|
82 |
+
'65': remote
|
83 |
+
'66': keyboard
|
84 |
+
'67': cell phone
|
85 |
+
'68': microwave
|
86 |
+
'69': oven
|
87 |
+
'70': toaster
|
88 |
+
'71': sink
|
89 |
+
'72': refrigerator
|
90 |
+
'73': book
|
91 |
+
'74': clock
|
92 |
+
'75': vase
|
93 |
+
'76': scissors
|
94 |
+
'77': teddy bear
|
95 |
+
'78': hair drier
|
96 |
+
'79': toothbrush
|
97 |
+
- name: area
|
98 |
+
sequence: float32
|
99 |
+
- name: iscrowd
|
100 |
+
sequence: bool
|
101 |
+
- name: height
|
102 |
+
dtype: int64
|
103 |
+
- name: width
|
104 |
+
dtype: int64
|
105 |
+
- name: date_captured
|
106 |
+
dtype: string
|
107 |
+
- name: license
|
108 |
+
dtype:
|
109 |
+
class_label:
|
110 |
+
names:
|
111 |
+
'0': Attribution-NonCommercial-ShareAlike License
|
112 |
+
'1': Attribution-NonCommercial License
|
113 |
+
'2': Attribution-NonCommercial-NoDerivs License
|
114 |
+
'3': Attribution License
|
115 |
+
'4': Attribution-ShareAlike License
|
116 |
+
'5': Attribution-NoDerivs License
|
117 |
+
'6': No known
|
118 |
+
'7': United States Government Work
|
119 |
+
- name: coco_url
|
120 |
+
dtype: string
|
121 |
+
- name: flickr_url
|
122 |
+
dtype: string
|
123 |
+
splits:
|
124 |
+
- name: train
|
125 |
+
num_bytes: 13784509594.309
|
126 |
+
num_examples: 82081
|
127 |
+
- name: validation
|
128 |
+
num_bytes: 6877258108.769
|
129 |
+
num_examples: 40137
|
130 |
+
- name: test
|
131 |
+
num_bytes: 6600156203.075
|
132 |
+
num_examples: 40775
|
133 |
+
download_size: 15299492466
|
134 |
+
dataset_size: 27261923906.153
|
135 |
+
---
|
136 |
+
# Dataset Card for "coco-2017-instance"
|
137 |
+
|
138 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|