AlexeyAB / Yolo_mark

GUI for marking bounded boxes of objects in images for training neural network Yolo v3 and v2
https://github.com/AlexeyAB/darknet
The Unlicense
1.8k stars 680 forks source link

Changing the contents of the annotation file #192

Open RishiKasam opened 4 years ago

RishiKasam commented 4 years ago

Hi, I am facing a problem regarding the contents of the annotation file. The file contains class, x0, y0, x1, y1. But my requirement is class, x0, y0, alpha, phi, conf0, conf1. Can you guys please help me in converting the former file to that of the latter ? Thanks.