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

Add button to change directory w/ previously loaded objfile; Fix label list not being cleared on file load #22

Closed rabdulatipoff closed 4 years ago

rabdulatipoff commented 4 years ago

Previously one couldn't load another directory of the same dataset without specifying a list of object names each time. I've added a button to switch dirs, which would save some clicks. Also fixed a problem with the label-color pairs table, which wasn't properly cleared when the user loads another dir (one'd get a bunch of pairs with the same object names but different colors), which also produced inconsistencies between objfile's IDs and label IDs.

developer0hye commented 4 years ago

Thank you for your contribution!