Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -29,15 +29,11 @@ Annotations were created using **Label Studio** and are formatted for direct use
|
|
29 |
|
30 |
The dataset is organized under the `fruitsdata/` folder:
|
31 |
|
32 |
-
fruitsdata/
|
33 |
-
├── images/ # original fruit photos (.jpg)
|
34 |
-
├── labels/ # YOLO annotation files (.txt, one per image)
|
35 |
-
├── classes.txt # class list (apple, carrot, orange)
|
36 |
-
└── notes.json # dataset metadata and notes
|
37 |
-
|
38 |
-
yaml
|
39 |
-
Copiar código
|
40 |
-
|
41 |
---
|
42 |
|
43 |
## How to Use
|
@@ -76,7 +72,7 @@ You are free to **share, use, and adapt** the dataset, including for commercial
|
|
76 |
The images and annotations are original work created by the author.
|
77 |
|
78 |
If you use this dataset, please cite it as:
|
79 |
-
> **Fruits (Apples/Carrots/Oranges) – YOLO Annotations**, by Johnatanvq
|
80 |
|
81 |
---
|
82 |
|
|
|
29 |
|
30 |
The dataset is organized under the `fruitsdata/` folder:
|
31 |
|
32 |
+
fruitsdata/ </br>
|
33 |
+
├── images/ # original fruit photos (.jpg) </br>
|
34 |
+
├── labels/ # YOLO annotation files (.txt, one per image) </br>
|
35 |
+
├── classes.txt # class list (apple, carrot, orange) </br>
|
36 |
+
└── notes.json # dataset metadata and notes </br>
|
|
|
|
|
|
|
|
|
37 |
---
|
38 |
|
39 |
## How to Use
|
|
|
72 |
The images and annotations are original work created by the author.
|
73 |
|
74 |
If you use this dataset, please cite it as:
|
75 |
+
> **Fruits (Apples/Carrots/Oranges) – YOLO Annotations**, by **Johnatanvq**, licensed under CC-BY 4.0.
|
76 |
|
77 |
---
|
78 |
|