Releases: bigvisionai/yolodriver
Releases · bigvisionai/yolodriver
Basic Training Script for YOLOs Model
- A single script can be used to train YOLOv5, YOLOv6, and YOLOv7
- Internally, it downloads code and trained weights from the corresponding repository (yolov5, YOLOv6, or yolov7) for fine-tuning.
- A sample data in YOLOv5 format is attached.
- YOLOv6 and YOLOv7 use slightly different formats, but for using this repository, data needs to be in YOLOv5 format.