jahongir7174 / YOLOv8-pt

YOLOv8 implementation using PyTorch
GNU Affero General Public License v3.0
101 stars 19 forks source link

Can you share from where to download the data with TXT annotations ? #7

Open saydek217 opened 9 months ago

saydek217 commented 9 months ago

Hello, I am quite new to this and I've been wondering how can i use your code to train Yolo on a custom dataset but I failed to find the exact annotations format to do so, any help would be much appreciated!

PS : My annotation file is in the coco JSON format

jahongir7174 commented 9 months ago

you can find the annotation files from the original yolov5 repository https://github.com/ultralytics/yolov5/blob/master/data/coco.yaml

saydek217 commented 9 months ago

Thanks a lot for your response and for sharing this amazing work !