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

problem with Cornell dataset #45

Open
Demoyuge opened this issue Apr 25, 2022 · 1 comment
Open

problem with Cornell dataset #45

Demoyuge opened this issue Apr 25, 2022 · 1 comment

Comments

@Demoyuge
Copy link

Traceback (most recent call last):
File "train_ggcnn.py", line 306, in
run()
File "train_ggcnn.py", line 231, in run
Dataset = get_dataset(args.dataset)
File "D:\develop\demo_learning\湾大先端院\ggcnn-master\utils\data_init_.py", line 9, in get_dataset
raise NotImplementedError('Dataset Type {} is Not implemented'.format(dataset_name))
NotImplementedError: Dataset Type Cornell is Not implemented

@jdrew1303
Copy link

Hey @Demoyuge

I think the issue youre facing is that the dataset name is case sensitive. It should be cornell not Cornell.

Hope this helps. 👍

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