Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -41,38 +41,42 @@ tags:
|
|
41 |
size_categories:
|
42 |
- 1K<n<10K
|
43 |
---
|
44 |
-
Soup Can Object Detection Dataset Sample
|
45 |
-
Duality.ai just released a 1000 image dataset used to train a YOLOv8 model for object detection -- and it's 100% free!
|
46 |
-
Just [create an EDU account here](link).
|
47 |
-
This HuggingFace dataset is a 20 image and label sample, but you can get the rest at no cost by [creating a FalconCloud account](link). Once you verify your email, the link will redirect you to the dataset page.
|
48 |
|
49 |
-
|
50 |
-
- 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
|
51 |
-
- 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.
|
52 |
-
- 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.
|
53 |
|
|
|
54 |
|
55 |
-
|
|
|
|
|
|
|
|
|
56 |
This dataset consists of high-quality images of soup cans captured in various poses and lighting conditions .This dataset is structured to train and test object detection models, specifically YOLO-based and other object detection frameworks.
|
57 |
-
Why Use This Dataset?
|
58 |
-
Single Object Detection: Specifically curated for detecting soup cans, making it ideal for fine-tuning models for retail, inventory management, or robotics applications.
|
59 |
|
60 |
-
|
|
|
|
|
|
|
61 |
|
62 |
-
Accurate Annotations: Bounding box annotations are precise and automatically labeled in YOLO format as the data is created.
|
63 |
Create your own specialized data!
|
64 |
You can create a dataset like this but with your own digital twin! [Create an account and follow this tutorial to learn how](link).
|
65 |
-
|
|
|
|
|
66 |
The dataset is organized as follows:
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
|
|
|
|
|
|
76 |
|
77 |
Components
|
78 |
Images: RGB images of the soup can in .png format.
|
|
|
41 |
size_categories:
|
42 |
- 1K<n<10K
|
43 |
---
|
|
|
|
|
|
|
|
|
44 |
|
45 |
+
# Soup Can Object Detection Dataset Sample
|
|
|
|
|
|
|
46 |
|
47 |
+
## [Duality.ai](https://www.duality.ai/edu) just released a 1000 image dataset used to train a YOLOv8 model for object detection -- and it's 100% free!
|
48 |
|
49 |
+
## Just [create an EDU account here](https://falcon.duality.ai/secure/documentation/ex2-dataset?sidebarMode=learn&highlight=dataset&utm_source=huggingface&utm_medium=dataset&utm_campaign=soupCan).
|
50 |
+
|
51 |
+
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/ex2-dataset?sidebarMode=learn&highlight=dataset&utm_source=huggingface&utm_medium=dataset&utm_campaign=soupCan). Once you verify your email, the link will redirect you to the dataset page.
|
52 |
+
|
53 |
+
# Dataset Overview
|
54 |
This dataset consists of high-quality images of soup cans captured in various poses and lighting conditions .This dataset is structured to train and test object detection models, specifically YOLO-based and other object detection frameworks.
|
|
|
|
|
55 |
|
56 |
+
## Why Use This Dataset?
|
57 |
+
- Single Object Detection: Specifically curated for detecting soup cans, making it ideal for fine-tuning models for retail, inventory management, or robotics applications.
|
58 |
+
|
59 |
+
- Varied Environments: The dataset contains images with different lighting conditions, poses, and occlusions to help solve traditional recall problems in real world object detection.
|
60 |
|
61 |
+
- Accurate Annotations: Bounding box annotations are precise and automatically labeled in YOLO format as the data is created.
|
62 |
Create your own specialized data!
|
63 |
You can create a dataset like this but with your own digital twin! [Create an account and follow this tutorial to learn how](link).
|
64 |
+
|
65 |
+
# Dataset Structure
|
66 |
+
|
67 |
The dataset is organized as follows:
|
68 |
+
|
69 |
+
```plaintext
|
70 |
+
Multiclass Object Detection Dataset/
|
71 |
+
|-- images/
|
72 |
+
| |-- 000000000.png
|
73 |
+
| |-- 000000001.png
|
74 |
+
| |-- ...
|
75 |
+
|-- labels/
|
76 |
+
| |-- 000000000.txt
|
77 |
+
| |-- 000000001.txt
|
78 |
+
| |-- ...
|
79 |
+
```
|
80 |
|
81 |
Components
|
82 |
Images: RGB images of the soup can in .png format.
|