Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -8,30 +8,36 @@ dataset_info:
|
|
8 |
splits:
|
9 |
- name: train
|
10 |
num_bytes: 14474596.43478261
|
11 |
-
num_examples:
|
12 |
-
- name: test
|
13 |
-
num_bytes: 3800851.565217391
|
14 |
-
num_examples: 5
|
15 |
download_size: 18278418
|
16 |
dataset_size: 18275448
|
17 |
configs:
|
18 |
- config_name: default
|
19 |
data_files:
|
20 |
-
- split:
|
21 |
-
path: data/
|
22 |
-
- split:
|
23 |
-
path: data/
|
24 |
license: apache-2.0
|
25 |
language:
|
26 |
- en
|
27 |
---
|
28 |
# DATASET SAMPLE
|
29 |
|
30 |
-
|
31 |
-
We will be releasing a sample of our datasets here on HuggingFace, and making the rest of the 1000+ image datasets available to anyone who signs up for a free account -
|
32 |
|
|
|
33 |
|
34 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
The dataset has the following structure:
|
36 |
```plaintext
|
37 |
Multiclass Object Detection Dataset/
|
|
|
8 |
splits:
|
9 |
- name: train
|
10 |
num_bytes: 14474596.43478261
|
11 |
+
num_examples: 20
|
|
|
|
|
|
|
12 |
download_size: 18278418
|
13 |
dataset_size: 18275448
|
14 |
configs:
|
15 |
- config_name: default
|
16 |
data_files:
|
17 |
+
- split: images
|
18 |
+
path: data/images-*
|
19 |
+
- split: labels
|
20 |
+
path: data/labels-*
|
21 |
license: apache-2.0
|
22 |
language:
|
23 |
- en
|
24 |
---
|
25 |
# DATASET SAMPLE
|
26 |
|
27 |
+
[Duality.ai ](https://www.duality.ai/edu) just released a 1000 image dataset used to train a YOLOv8 model in object detection -- and it's 100% free!
|
|
|
28 |
|
29 |
+
Just [create an EDU account here](https://falcon.duality.ai/auth/sign-up).
|
30 |
|
31 |
+
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/auth/sign-up). Once you verify your email, the link will redirect you to the dataset page.
|
32 |
+
|
33 |
+
What makes this dataset unique, useful, and capable of bridging the Sim2Real gap?
|
34 |
+
- The digital twins are not generated by AI, but instead crafted by 3D artists to be INDISTINGUISABLE to the model from the physical-world objects. This allows the training from this data to transfer into real-world applicability
|
35 |
+
- 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.
|
36 |
+
- 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.
|
37 |
+
|
38 |
+
|
39 |
+

|
40 |
+
# Dataset Structure
|
41 |
The dataset has the following structure:
|
42 |
```plaintext
|
43 |
Multiclass Object Detection Dataset/
|