Commit ·
3c02db4
1
Parent(s): 489c0d1
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,74 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
dataset_info:
|
| 3 |
+
features:
|
| 4 |
+
- name: image
|
| 5 |
+
dtype: image
|
| 6 |
+
- name: labels
|
| 7 |
+
dtype:
|
| 8 |
+
class_label:
|
| 9 |
+
names:
|
| 10 |
+
'0': apple
|
| 11 |
+
'1': ball
|
| 12 |
+
'2': banana
|
| 13 |
+
'3': bell_pepper
|
| 14 |
+
'4': binder
|
| 15 |
+
'5': bowl
|
| 16 |
+
'6': calculator
|
| 17 |
+
'7': camera
|
| 18 |
+
'8': cap
|
| 19 |
+
'9': cell_phone
|
| 20 |
+
'10': cereal_box
|
| 21 |
+
'11': coffee_mug
|
| 22 |
+
'12': comb
|
| 23 |
+
'13': dry_battery
|
| 24 |
+
'14': flashlight
|
| 25 |
+
'15': food_bag
|
| 26 |
+
'16': food_box
|
| 27 |
+
'17': food_can
|
| 28 |
+
'18': food_cup
|
| 29 |
+
'19': food_jar
|
| 30 |
+
'20': garlic
|
| 31 |
+
'21': glue_stick
|
| 32 |
+
'22': greens
|
| 33 |
+
'23': hand_towel
|
| 34 |
+
'24': instant_noodles
|
| 35 |
+
'25': keyboard
|
| 36 |
+
'26': kleenex
|
| 37 |
+
'27': lemon
|
| 38 |
+
'28': lightbulb
|
| 39 |
+
'29': lime
|
| 40 |
+
'30': marker
|
| 41 |
+
'31': mushroom
|
| 42 |
+
'32': notebook
|
| 43 |
+
'33': onion
|
| 44 |
+
'34': orange
|
| 45 |
+
'35': peach
|
| 46 |
+
'36': pear
|
| 47 |
+
'37': pitcher
|
| 48 |
+
'38': plate
|
| 49 |
+
'39': pliers
|
| 50 |
+
'40': potato
|
| 51 |
+
'41': rubber_eraser
|
| 52 |
+
'42': scissors
|
| 53 |
+
'43': shampoo
|
| 54 |
+
'44': soda_can
|
| 55 |
+
'45': sponge
|
| 56 |
+
'46': stapler
|
| 57 |
+
'47': tomato
|
| 58 |
+
'48': toothbrush
|
| 59 |
+
'49': toothpaste
|
| 60 |
+
'50': water_bottle
|
| 61 |
+
- name: pixel_values
|
| 62 |
+
sequence:
|
| 63 |
+
sequence:
|
| 64 |
+
sequence: float32
|
| 65 |
+
splits:
|
| 66 |
+
- name: train
|
| 67 |
+
num_bytes: 31238058108.701
|
| 68 |
+
num_examples: 49703
|
| 69 |
+
download_size: 7453179937
|
| 70 |
+
dataset_size: 31238058108.701
|
| 71 |
+
---
|
| 72 |
+
# Dataset Card for "processed_full_rgbuw"
|
| 73 |
+
|
| 74 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|