Cattle Body Parts Dataset for Object Detection Computer Vision Project
Updated a year ago
Intro
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."
The dataset can also be downloaded using this link.
Acquisition
The dataset creation involved the following steps:
- Initial Data: Images were collected and annotated to create a base dataset for training.
- Model Training: A YOLOv7 model was trained to recognize target objects in the annotated images.
- Data Acquisition Script: An automated script fetched videos from the internet.
- Conversion and Filtering: Videos were turned into frames; similar frames were filtered out using Cosine Similarity.
- Object Detection: The trained model identified objects in the new images.
- Quality Check: A comprehensive review ensured dataset accuracy and consistency.
Motivation
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.
Data
Overview
- Total Images: 428
- Classes: Back, Head, Leg
- Annotations: Bounding boxes for each class
Contents
š¦ Cattle_Body_Parts_OD.zip
ā£ š images
ā ā£ š image1.jpg
ā ā£ š image2.jpg
ā ā ...
ā š annotations
ā£ š image1.json
ā£ š image2.json
ā ...
Annotation Format
Each annotation file corresponds to an image in the dataset and is formatted as per the LabelMe JSON standard. These annotations define the bounding box coordinates for each labeled body part, enabling straightforward integration into object detection pipelines.
License
This work is licensed under a Creative Commons Attribution 4.0 International License
Disclaimer
This dataset has been collected from publicly available sources. I do not claim ownership of the data and have no intention of infringing on any copyright. The material contained in this dataset is copyrighted to their respective owners. I have made every effort to ensure the data is accurate and complete, but I cannot guarantee its accuracy or completeness. If you believe any data in this dataset infringes on your copyright, please get in touch with me immediately so I can take appropriate action.
Contact
For any questions, concerns, or collaboration opportunities, please don't hesitate to contact me on my LinkedIn account.
Build Computer Vision Applications Faster with Supervision
Visualize and process your model results with our reusable computer vision tools.
Cite This Project
If you use this dataset in a research paper, please cite it using the following BibTeX:
@misc{
cattle-body-parts-dataset-for-object-detection_dataset,
title = { Cattle Body Parts Dataset for Object Detection Dataset },
type = { Open Source Dataset },
author = { Ali KHalili },
howpublished = { \url{ https://universe.roboflow.com/ali-khalili/cattle-body-parts-dataset-for-object-detection } },
url = { https://universe.roboflow.com/ali-khalili/cattle-body-parts-dataset-for-object-detection },
journal = { Roboflow Universe },
publisher = { Roboflow },
year = { 2023 },
month = { sep },
note = { visited on 2024-11-13 },
}