Yolov5: If I want to use Yolov5 to train coco2017 data , do I need to turn JSON files into TXT files?

Created on 15 Oct 2020  路  4Comments  路  Source: ultralytics/yolov5

鉂擰uestion

If I want to use Yolov5 to train coco2017 data , do I need to turn JSON files into TXT files?

Additional context

Stale question

Most helpful comment

@xinxin342 @melgor YOLOv5 will autodownload COCO 2017 data (in the correct format) on first use, there is no action required on your part.

python train.py --data coco.yaml

All 4 comments

This one convertion works for me: https://github.com/ssaru/convert2Yolo

@xinxin342 @melgor YOLOv5 will autodownload COCO 2017 data (in the correct format) on first use, there is no action required on your part.

python train.py --data coco.yaml

Thanks for pointing it out. I was using linked repo for converting my custom dataset.

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Alex-afka picture Alex-afka  路  3Comments

linhaoqi027 picture linhaoqi027  路  4Comments

dereyly picture dereyly  路  4Comments

nanometer34688 picture nanometer34688  路  3Comments

lisa676 picture lisa676  路  3Comments