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?
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?