https://github.com/haseebulhassan437/objectdetection_of_riped_strawberry_with_yolov5
https://github.com/haseebulhassan437/objectdetection_of_riped_strawberry_with_yolov5
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/haseebulhassan437/objectdetection_of_riped_strawberry_with_yolov5
- Owner: HaseebUlHassan437
- License: mit
- Created: 2024-08-23T17:54:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-26T08:08:57.000Z (about 1 year ago)
- Last Synced: 2024-08-26T10:20:15.843Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 4.02 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**Author:** [Haseeb Ul Hassan]
# Riped Strawberry Detection With Yolov5s
## Dataset
The dataset used in this project consists of images and their corresponding labels in XML format. The XML format is often used to store annotations like bounding boxes and class labels.## Label Conversion
A Python script is provided to convert the annotations from the XML format to YOLO format. The YOLO format requires the bounding box coordinates to be normalized and centered, which is different from the absolute pixel values typically found in XML annotations.## XML to YOLO Conversion Script
The conversion script reads each XML file, extracts the object annotations, and saves them in YOLO format:
## License
This project is licensed under the MIT License - see the LICENSE file for details.