Upload dataset
Browse files- README.md +186 -2
- data/testA_object_part-00000-of-00001.parquet +2 -2
README.md
CHANGED
|
@@ -14,7 +14,191 @@ dataset_info:
|
|
| 14 |
- name: num_sents
|
| 15 |
dtype: int64
|
| 16 |
- name: cat
|
| 17 |
-
dtype:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
- name: seg_id
|
| 19 |
dtype: int64
|
| 20 |
- name: mask_path
|
|
@@ -23,7 +207,7 @@ dataset_info:
|
|
| 23 |
- name: testA_object_part
|
| 24 |
num_bytes: 5008684.0
|
| 25 |
num_examples: 10
|
| 26 |
-
download_size:
|
| 27 |
dataset_size: 5008684.0
|
| 28 |
configs:
|
| 29 |
- config_name: default
|
|
|
|
| 14 |
- name: num_sents
|
| 15 |
dtype: int64
|
| 16 |
- name: cat
|
| 17 |
+
dtype:
|
| 18 |
+
class_label:
|
| 19 |
+
names:
|
| 20 |
+
'0': person
|
| 21 |
+
'1': bicycle
|
| 22 |
+
'2': car
|
| 23 |
+
'3': motorcycle
|
| 24 |
+
'4': airplane
|
| 25 |
+
'5': bus
|
| 26 |
+
'6': train
|
| 27 |
+
'7': truck
|
| 28 |
+
'8': boat
|
| 29 |
+
'9': traffic light
|
| 30 |
+
'10': fire hydrant
|
| 31 |
+
'11': street sign
|
| 32 |
+
'12': stop sign
|
| 33 |
+
'13': parking meter
|
| 34 |
+
'14': bench
|
| 35 |
+
'15': bird
|
| 36 |
+
'16': cat
|
| 37 |
+
'17': dog
|
| 38 |
+
'18': horse
|
| 39 |
+
'19': sheep
|
| 40 |
+
'20': cow
|
| 41 |
+
'21': elephant
|
| 42 |
+
'22': bear
|
| 43 |
+
'23': zebra
|
| 44 |
+
'24': giraffe
|
| 45 |
+
'25': hat
|
| 46 |
+
'26': backpack
|
| 47 |
+
'27': umbrella
|
| 48 |
+
'28': shoe
|
| 49 |
+
'29': eye glasses
|
| 50 |
+
'30': handbag
|
| 51 |
+
'31': tie
|
| 52 |
+
'32': suitcase
|
| 53 |
+
'33': frisbee
|
| 54 |
+
'34': skis
|
| 55 |
+
'35': snowboard
|
| 56 |
+
'36': sports ball
|
| 57 |
+
'37': kite
|
| 58 |
+
'38': baseball bat
|
| 59 |
+
'39': baseball glove
|
| 60 |
+
'40': skateboard
|
| 61 |
+
'41': surfboard
|
| 62 |
+
'42': tennis racket
|
| 63 |
+
'43': bottle
|
| 64 |
+
'44': plate
|
| 65 |
+
'45': wine glass
|
| 66 |
+
'46': cup
|
| 67 |
+
'47': fork
|
| 68 |
+
'48': knife
|
| 69 |
+
'49': spoon
|
| 70 |
+
'50': bowl
|
| 71 |
+
'51': banana
|
| 72 |
+
'52': apple
|
| 73 |
+
'53': sandwich
|
| 74 |
+
'54': orange
|
| 75 |
+
'55': broccoli
|
| 76 |
+
'56': carrot
|
| 77 |
+
'57': hot dog
|
| 78 |
+
'58': pizza
|
| 79 |
+
'59': donut
|
| 80 |
+
'60': cake
|
| 81 |
+
'61': chair
|
| 82 |
+
'62': couch
|
| 83 |
+
'63': potted plant
|
| 84 |
+
'64': bed
|
| 85 |
+
'65': mirror
|
| 86 |
+
'66': dining table
|
| 87 |
+
'67': window
|
| 88 |
+
'68': desk
|
| 89 |
+
'69': toilet
|
| 90 |
+
'70': door
|
| 91 |
+
'71': tv
|
| 92 |
+
'72': laptop
|
| 93 |
+
'73': mouse
|
| 94 |
+
'74': remote
|
| 95 |
+
'75': keyboard
|
| 96 |
+
'76': cell phone
|
| 97 |
+
'77': microwave
|
| 98 |
+
'78': oven
|
| 99 |
+
'79': toaster
|
| 100 |
+
'80': sink
|
| 101 |
+
'81': refrigerator
|
| 102 |
+
'82': blender
|
| 103 |
+
'83': book
|
| 104 |
+
'84': clock
|
| 105 |
+
'85': vase
|
| 106 |
+
'86': scissors
|
| 107 |
+
'87': teddy bear
|
| 108 |
+
'88': hair drier
|
| 109 |
+
'89': toothbrush
|
| 110 |
+
'90': hair brush
|
| 111 |
+
'91': banner
|
| 112 |
+
'92': blanket
|
| 113 |
+
'93': branch
|
| 114 |
+
'94': bridge
|
| 115 |
+
'95': building-other
|
| 116 |
+
'96': bush
|
| 117 |
+
'97': cabinet
|
| 118 |
+
'98': cage
|
| 119 |
+
'99': cardboard
|
| 120 |
+
'100': carpet
|
| 121 |
+
'101': ceiling-other
|
| 122 |
+
'102': ceiling-tile
|
| 123 |
+
'103': cloth
|
| 124 |
+
'104': clothes
|
| 125 |
+
'105': clouds
|
| 126 |
+
'106': counter
|
| 127 |
+
'107': cupboard
|
| 128 |
+
'108': curtain
|
| 129 |
+
'109': desk-stuff
|
| 130 |
+
'110': dirt
|
| 131 |
+
'111': door-stuff
|
| 132 |
+
'112': fence
|
| 133 |
+
'113': floor-marble
|
| 134 |
+
'114': floor-other
|
| 135 |
+
'115': floor-stone
|
| 136 |
+
'116': floor-tile
|
| 137 |
+
'117': floor-wood
|
| 138 |
+
'118': flower
|
| 139 |
+
'119': fog
|
| 140 |
+
'120': food-other
|
| 141 |
+
'121': fruit
|
| 142 |
+
'122': furniture-other
|
| 143 |
+
'123': grass
|
| 144 |
+
'124': gravel
|
| 145 |
+
'125': ground-other
|
| 146 |
+
'126': hill
|
| 147 |
+
'127': house
|
| 148 |
+
'128': leaves
|
| 149 |
+
'129': light
|
| 150 |
+
'130': mat
|
| 151 |
+
'131': metal
|
| 152 |
+
'132': mirror-stuff
|
| 153 |
+
'133': moss
|
| 154 |
+
'134': mountain
|
| 155 |
+
'135': mud
|
| 156 |
+
'136': napkin
|
| 157 |
+
'137': net
|
| 158 |
+
'138': paper
|
| 159 |
+
'139': pavement
|
| 160 |
+
'140': pillow
|
| 161 |
+
'141': plant-other
|
| 162 |
+
'142': plastic
|
| 163 |
+
'143': platform
|
| 164 |
+
'144': playingfield
|
| 165 |
+
'145': railing
|
| 166 |
+
'146': railroad
|
| 167 |
+
'147': river
|
| 168 |
+
'148': road
|
| 169 |
+
'149': rock
|
| 170 |
+
'150': roof
|
| 171 |
+
'151': rug
|
| 172 |
+
'152': salad
|
| 173 |
+
'153': sand
|
| 174 |
+
'154': sea
|
| 175 |
+
'155': shelf
|
| 176 |
+
'156': sky-other
|
| 177 |
+
'157': skyscraper
|
| 178 |
+
'158': snow
|
| 179 |
+
'159': solid-other
|
| 180 |
+
'160': stairs
|
| 181 |
+
'161': stone
|
| 182 |
+
'162': straw
|
| 183 |
+
'163': structural-other
|
| 184 |
+
'164': table
|
| 185 |
+
'165': tent
|
| 186 |
+
'166': textile-other
|
| 187 |
+
'167': towel
|
| 188 |
+
'168': tree
|
| 189 |
+
'169': vegetable
|
| 190 |
+
'170': wall-brick
|
| 191 |
+
'171': wall-concrete
|
| 192 |
+
'172': wall-other
|
| 193 |
+
'173': wall-panel
|
| 194 |
+
'174': wall-stone
|
| 195 |
+
'175': wall-tile
|
| 196 |
+
'176': wall-wood
|
| 197 |
+
'177': water-other
|
| 198 |
+
'178': waterdrops
|
| 199 |
+
'179': window-blind
|
| 200 |
+
'180': window-other
|
| 201 |
+
'181': wood
|
| 202 |
- name: seg_id
|
| 203 |
dtype: int64
|
| 204 |
- name: mask_path
|
|
|
|
| 207 |
- name: testA_object_part
|
| 208 |
num_bytes: 5008684.0
|
| 209 |
num_examples: 10
|
| 210 |
+
download_size: 2522120
|
| 211 |
dataset_size: 5008684.0
|
| 212 |
configs:
|
| 213 |
- config_name: default
|
data/testA_object_part-00000-of-00001.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cd5b1107e3e486754b93a2b35c31e317df84469dc9a8e398d5364ce5ab38fbca
|
| 3 |
+
size 2522120
|