developer0hye / Yolo_Label

GUI for marking bounded boxes of objects in images for training neural network YOLO
MIT License
509 stars 114 forks source link

Remove restriction on size of bounding box #29

Closed pullmyleg closed 4 years ago

pullmyleg commented 4 years ago

@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!

developer0hye commented 4 years ago

@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

pullmyleg commented 4 years ago

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!

developer0hye commented 4 years ago

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

pullmyleg commented 4 years ago

.exe would be great if possible?

I have not built qt project before. What are you compiling with?

Sent on the run...


From: Yonghye Kwon notifications@github.com Sent: Thursday, June 18, 2020 3:53:14 PM To: developer0hye/Yolo_Label Yolo_Label@noreply.github.com Cc: Tane van der Boon tane.vanderboon@outlook.co.nz; Mention mention@noreply.github.com Subject: Re: [developer0hye/Yolo_Label] Remove restriction on size of bounding box (#29)

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

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/developer0hye/Yolo_Label/issues/29#issuecomment-645755440, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AKEEC43KSTXCFQS5JCXXCALRXGFSVANCNFSM4N7PAQYQ.

developer0hye commented 4 years ago

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

pullmyleg commented 4 years ago

What do you use to compile project? No problem doing myself :). Thanks!

Sent on the run...


From: Yonghye Kwon notifications@github.com Sent: Friday, June 19, 2020 4:27:49 AM To: developer0hye/Yolo_Label Yolo_Label@noreply.github.com Cc: Tane van der Boon tane.vanderboon@outlook.co.nz; Mention mention@noreply.github.com Subject: Re: [developer0hye/Yolo_Label] Remove restriction on size of bounding box (#29)

@pullmyleghttps://github.com/pullmyleg I will try to upload .exe. But it will take some time T.T

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/developer0hye/Yolo_Label/issues/29#issuecomment-646144688, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AKEEC4534VLM3NNG2CR2P5DRXI6ALANCNFSM4N7PAQYQ.

developer0hye commented 4 years ago

please download this and test! download

If your problem is solved, please comment on this issue

pullmyleg commented 4 years ago

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