Stinky-Tofu / Stronger-yolo

🔥Improve yolo with latest paper
MIT License
3 stars 0 forks source link

How to generate on annotation file more easily #18

Open hyejung-rachel opened 5 years ago

hyejung-rachel commented 5 years ago

Hi! Your instruction to train the model with own dataset requires to generate your own annotation file train_annotation.txt and test_annotation.txt, one row for one image. Row format: image_path bbox0 bbox1 ... Bbox format: xmin,ymin,xmax,ymax,class_id(no space).

I have my annotations in COCO, VOC, CSV and JSON. Is there a way to convert any of these formats to the format stated in your instructions?

Stinky-Tofu commented 5 years ago

Temporarily not supported

BowieHsu commented 5 years ago

@hyejung-rachel i can provide you the coco converted annotation txt