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.81k stars 681 forks source link

Images are stretching and unable to tag properly #139

Closed dexception closed 4 years ago

dexception commented 5 years ago

Images are of size 50x500

And it is getting very difficult to tag small items like hat, watch and shoes. Is there an option to see the image as it is ?

dexception commented 5 years ago

@AlexeyAB Can you help me on this issue on priority ? Thanks.

Fireye025 commented 4 years ago

I had the same problem, if your image has a square size go on line 467 and put Mat full_image(Size(1280, 1280), CV_8UC3); instead of the actual line, now your image should looks better. Dont forget to make again. I think it would be possible to find the image size and to adapt the code but I did that for the moment and I only have square pictures.

dexception commented 4 years ago

I am actually fed up with yolo_mark so have completely moved to labelimg.