Datasets:
File size: 2,554 Bytes
b3e91ee 8758202 b3e91ee 4bf7785 b3e91ee 41aff73 4bf7785 1d63b88 13796af 45919b8 b3e91ee 4bf7785 2170028 4bf7785 7d29854 4bf7785 7d29854 8758202 294d106 8758202 4bf7785 dec470e 4bf7785 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 |
---
dataset_info:
features:
- name: image
dtype: image
- name: label
dtype: string
splits:
- name: train
num_bytes: 14474596.43478261
num_examples: 20
download_size: 18278418
dataset_size: 18275448
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
license: apache-2.0
language:
- en
task_categories:
- object-detection
tags:
- objectDetection
- ComputerVision
- vision
- synthetic
- syntheticData
- Yolo
- YOLOv8
- multiclass
- multiclassobjectdetection
- training
- free
size_categories:
- 1K<n<10K
---
# DATASET SAMPLE
[Duality.ai ](https://www.duality.ai/edu) just released a 1000 image dataset used to train a YOLOv8 model in multiclass object detection -- and it's 100% free!
Just [create an EDU account here](https://falcon.duality.ai/secure/documentation/ex3-dataset?sidebarMode=learn&utm_source=huggingface&utm_medium=dataset&utm_campaign=multiclass).
This HuggingFace dataset is a 20 image and label sample, but you can get the rest at no cost by [creating a FalconCloud account](https://falcon.duality.ai/secure/documentation/ex3-dataset?sidebarMode=learn&utm_source=huggingface&utm_medium=dataset&utm_campaign=multiclass). Once you verify your email, the link will redirect you to the dataset page.
What makes this dataset unique, useful, and capable of bridging the Sim2Real gap?
- The digital twins are not generated by AI, but instead crafted by 3D artists to be INDISTINGUISHABLE to the model from the physical-world objects. This allows the training from this data to transfer into real-world applicability
- The simulation software, called FalconEditor, can easily create thousands of images with varying lighting, posing, occlusions, backgrounds, camera positions, and more. This enables robust model training.
- The labels are created along with the data. This not only saves large amounts of time, but also ensures the labels are incredibly accurate and reliable.

# Dataset Structure
The dataset has the following structure:
```plaintext
Multiclass Object Detection Dataset/
|-- images/
| |-- 000000000.png
| |-- 000000001.png
| |-- ...
|-- labels/
| |-- 000000000.txt
| |-- 000000001.txt
| |-- ...
```
### Components
1. **Images**: RGB images of the object in `.png` format.
2. **Labels**: Text files (`.txt`) containing bounding box annotations for each class
- 0 = cheerios
- 1 = soup
## Licensing
license: apache-2.0 |