You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to load images from a directory into the LabelTool, but everytime I try I get "No .jpeg images found in the specified dir!". Even running with the test images provided in the download does not work. The script seems to be looking in the right location:
Hey! I am working on python 2.7 conda environment and I am having the same problem. If the folder inside the images folder is named 001, then even when i press the load button nothing happens. I dont even get any kind of error message. If I rename the folder to some other number say '1', then I get an error message saying 'no .JPEG images found in the specified dir!'. What am i doing wrong?
@techSash This is a bit late but I was having this error too and the problem seems to be that every folder needs a corresponding examples folder. If you don't have examples then you can always copy the examples to match your folder name.
I'm trying to load images from a directory into the LabelTool, but everytime I try I get "No .jpeg images found in the specified dir!". Even running with the test images provided in the download does not work. The script seems to be looking in the right location:
Code modified to show above screenshot is at https://pastebin.com/Y1BFWww2
My 001 folder is as follows:
I am using a fork to work with high res images from @toobaimt found at #25
Any help would be appreciated.
The text was updated successfully, but these errors were encountered: