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

Program does not work #44

Closed kchpomp closed 3 years ago

kchpomp commented 3 years ago

Doing everything according to guide. However, the program does not work properly. I add image directory, then file with class names. Then names do not appear in the programm and I cannot draw bounding boxes.

developer0hye commented 3 years ago

@kchpomp Did you test with samples?

Can you share your dataset?

kchpomp commented 3 years ago

Yes. Actually, the problem was solved. The key was that folder names were on Russian language, when I switched them on English, the program started to work.