Ali Khalili
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -3,16 +3,31 @@
|
|
3 |
## Intro
|
4 |
This dataset is a curated collection of images featuring various cattle body parts aimed at facilitating object detection tasks. The dataset contains a total of 428 high-quality photos, meticulously annotated with three distinct classes: "Back," "Head," and "Leg."
|
5 |
|
6 |
-
|
|
|
|
|
|
|
|
|
|
|
7 |
- Total Images: 428
|
8 |
- Classes: Back, Head, Leg
|
9 |
- Annotations: Bounding boxes for each class
|
10 |
|
11 |
-
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
|
14 |
-
|
15 |
-
|
16 |
|
17 |
## License
|
18 |
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.
|
|
|
3 |
## Intro
|
4 |
This dataset is a curated collection of images featuring various cattle body parts aimed at facilitating object detection tasks. The dataset contains a total of 428 high-quality photos, meticulously annotated with three distinct classes: "Back," "Head," and "Leg."
|
5 |
|
6 |
+
|
7 |
+
## Motivation
|
8 |
+
Accurate and reliable identification of different cattle body parts is crucial for various agricultural and veterinary applications. This dataset aims to provide a valuable resource for researchers, developers, and enthusiasts working on object detection tasks involving cattle, ultimately contributing to advancements in livestock management, health monitoring, and related fields.
|
9 |
+
|
10 |
+
## Data
|
11 |
+
### Overview
|
12 |
- Total Images: 428
|
13 |
- Classes: Back, Head, Leg
|
14 |
- Annotations: Bounding boxes for each class
|
15 |
|
16 |
+
### Contents
|
17 |
+
```
|
18 |
+
π¦ Cattle_Body_Parts_OD.zip
|
19 |
+
β£ π images
|
20 |
+
β β£ π image1.jpg
|
21 |
+
β β£ π image2.jpg
|
22 |
+
β β ...
|
23 |
+
β π annotations
|
24 |
+
β£ π image1.json
|
25 |
+
β£ π image2.json
|
26 |
+
β ...
|
27 |
+
```
|
28 |
|
29 |
+
### Annotation Format
|
30 |
+
Each annotation file corresponds to an image in the dataset and is formatted as per the [LabelMe](https://github.com/wkentaro/labelme) [JSON](https://www.json.org/json-en.html) standard. These annotations define the bounding box coordinates for each labeled body part, enabling straightforward integration into object detection pipelines.
|
31 |
|
32 |
## License
|
33 |
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.
|