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

"Open Files" not identifying some of the images in a folder #68

Closed GiovaDag closed 3 weeks ago

GiovaDag commented 3 weeks ago

Hello, first of all thanks for this amazing tool! As per the issue title, I'm facing trouble with Yolo Label not identifying some of the images I want to label - there seems to be no way for Yolo Label to open them (I also tried re-installing the software). I've attached some examples of the images I am referring to. Samples unidentified images.zip

GiovaDag commented 3 weeks ago

Hello, I solved the issue: apparently the images not recognized by Yolo-Label were images not converted properly from their source extension (.webp) to .jpeg/.png; once re-converted properly Yolo-Label was able to identify them.