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

Filter out already marked images #37

Closed guybashan closed 4 years ago

guybashan commented 4 years ago

Thanks for the great tool. It might be convenient to have an option to filter out an image that has at least one label. In many cases I am adding new images and don't want to skip the ones that are already marked. It is especially convenient when there is a big amount of images.

developer0hye commented 4 years ago

@guybashan I think that it is a good option. But my goal is to develop program that can generally be used. It seems that this option is needed for few users. I recommend you manage two folders, labeled and unlabeled folder.

If many people propose the issue like this, I will add this function!

Thanks for your good idea!