We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I fired this command python main.py downloader --version v6 --classes Handgun Shotgun Rifle --type_csv train
This is the error am getting
Traceback (most recent call last): File "main.py", line 36, in bounding_boxes_images(args, DEFAULT_OID_DIR) File "/media/aafaq/work_drive/datasets/openimageguns/OpenImageDownloader/modules/bounding_boxes.py", line 46, in bounding_boxes_images mkdirs(dataset_dir, csv_dir, args.classes, args.type_csv) TypeError: mkdirs() missing 1 required positional argument: 'type_csv' (NNs)
The text was updated successfully, but these errors were encountered:
I am having the same issue. I tried --type_csv train and --type_csv 'train'. Also tried with test
--type_csv train
--type_csv 'train'
test
Sorry, something went wrong.
No branches or pull requests
I fired this command python main.py downloader --version v6 --classes Handgun Shotgun Rifle --type_csv train
This is the error am getting
Traceback (most recent call last):
File "main.py", line 36, in
bounding_boxes_images(args, DEFAULT_OID_DIR)
File "/media/aafaq/work_drive/datasets/openimageguns/OpenImageDownloader/modules/bounding_boxes.py", line 46, in bounding_boxes_images
mkdirs(dataset_dir, csv_dir, args.classes, args.type_csv)
TypeError: mkdirs() missing 1 required positional argument: 'type_csv'
(NNs)
The text was updated successfully, but these errors were encountered: