Akihiro Nakamura
Results
3
comments of
Akihiro Nakamura
I had the same problem. ~Replacing line 82 with `image_path = glob(os.path.join(img_dir, split, keys, '*'))` worked for me.~
> ~Replacing line 82 with image_path = glob(os.path.join(img_dir, split, keys, '*')) worked for me.~ It turned out the code I posted above was wrong, and I am really sorry for...
This code is very useful, and thank you for sharing it with us!