pytorch-ssd icon indicating copy to clipboard operation
pytorch-ssd copied to clipboard

Error occured when I run open_images_downloader.py

Open runaway opened this issue 4 years ago • 1 comments

python open_images_downloader.py Traceback (most recent call last): File "open_images_downloader.py", line 94, in names = [e.strip() for e in args.class_names.split("/,")] AttributeError: 'NoneType' object has no attribute 'split' How can I solve this error?

runaway avatar Mar 03 '20 10:03 runaway

Could you write your command to run this script?

CoskunGorkem avatar Mar 05 '20 09:03 CoskunGorkem