developer0hye / Yolo_Label

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

Another minor improvement for usability #30

Closed rabdulatipoff closed 4 years ago

rabdulatipoff commented 4 years ago

So I became fed up with those msgboxes which appear after you 'Open ...' a DS folder; IMHO, these may only be useful once when you first start the program, so there's still a checkbox that can be useful for someone who seeks hints. Also the window titlebars seem to contain enough information so you wouldn't have to worry too much about people getting lost either way.

Middle-click for setting the current label (class) for a given bounding box is very useful when your team works with annotations which may change in the future -- instead of redrawing the boxes, now you can change their labels much easier than before.

developer0hye commented 4 years ago

@rabdulatipoff Thanks for your great PR! After test it, I will merge this, but it will take some time.

rabdulatipoff commented 4 years ago

@developer0hye Thanks! The conflict is due to that I was using and editing the program at the same time and stashing my changes properly before pulling 'origin' appeared troublesome (maybe it's my lack of Git knowledge, got to read docs). There's a 'regression' to relative minimum size constant instead of 4px that you've recently set (was that intentional so you don't mess with 3x3 filters while training?).

developer0hye commented 4 years ago

@rabdulatipoff Yes, recently I modified the restriction on bounding box size. Refer to this issue.

developer0hye commented 4 years ago

@rabdulatipoff Coulud you re-send this project pull-request after fixing the conflicts?

rabdulatipoff commented 2 years ago

Re-sent now... fixing took me two minutes at most, hopefully it will be of use to someone.