developer0hye / Yolo_Label

GUI for marking bounded boxes of objects in images for training neural network YOLO

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove restriction on size of bounding box

pullmyleg opened this issue · comments

@developer0hye the Tool is awesome, almost perfect but it would be great if there was no restriction on what size you can mark a bounding box.

It doesn't allow small enough objects when tagging small things on a frame from a 4k video :). I have really small objects!

Thanks!

@pullmyleg

Thanks!

Which function do you want to be implemented on this project?

  1. zoom the image

  2. remove the restriction on the image resolution

Hi @developer0hye,

I just want to be able to tag smaller objects. I don't require zoom but thanks! This feature could be helpful at times but a large enough screen also works.

See the attached video here, I think it explains better what I am trying to achieve. It seems there are minimum length and width restrictions on a bounding box at present.

Thanks!

@pullmyleg
Can you build qt project?
I modified the restriction on object size. If you want a release file(*.exe), tell me.

@pullmyleg
I will try to upload .exe. But it will take some time T.T

please download this and test!
download

If your problem is solved, please comment on this issue

This is great! Problem solved. Thanks, @developer0hye. Much appreciated!