iscyy / yoloair

🔥🔥🔥 专注于YOLOv5,YOLOv7、YOLOv8、YOLOv9改进模型,Support to improve backbone, neck, head, loss, IoU, NMS and other modules🚀
https://github.com/iscyy/yoloair
GNU General Public License v3.0
2.51k stars 430 forks source link

how to use my own data? #135

Closed SicongLiu998 closed 1 year ago

SicongLiu998 commented 1 year ago

I have labeled my own data set with coco format. And I would like to know how to use the framework to train a model based on my own data set. I am looking forward to your reply. Thanks for your time!

yang-0201 commented 1 year ago

You can first convert the data set of coco labels to the data set of yolo format through the online script file, and then configure it to train your data set