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

ShreshthSaxena picture ShreshthSaxena  路  4Comments

dereyly picture dereyly  路  4Comments

KangHoyong picture KangHoyong  路  3Comments

Single430 picture Single430  路  4Comments

maykulkarni picture maykulkarni  路  3Comments