Skip to content
New issue

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

missing argument error #1

Open
aafaqin opened this issue Sep 28, 2020 · 1 comment
Open

missing argument error #1

aafaqin opened this issue Sep 28, 2020 · 1 comment

Comments

@aafaqin
Copy link

aafaqin commented Sep 28, 2020

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)
Screenshot from 2020-09-28 09-49-36

@SheldonWBM
Copy link

I am having the same issue. I tried --type_csv train and --type_csv 'train'. Also tried with test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants