Fail to load images from dir
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 https://github.com/puzzledqs/BBox-Label-Tool/issues/25
Any help would be appreciated.
Activate Python2.7 and then run that command. They mention that it requires Python 2 environment. Hope it helps.
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.