Ali Khalili commited on
Commit
89c92de
Β·
unverified Β·
1 Parent(s): dfc8fcb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -5
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
- ## Dataset Overview
 
 
 
 
 
7
  - Total Images: 428
8
  - Classes: Back, Head, Leg
9
  - Annotations: Bounding boxes for each class
10
 
11
- ## Motivation
12
- 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.
 
 
 
 
 
 
 
 
 
 
13
 
14
- ## Data
15
- You can download the dataset using
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>.