ggcnn icon indicating copy to clipboard operation
ggcnn copied to clipboard

problem with Cornell dataset

Open Demoyuge opened this issue 2 years ago • 1 comments

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

Demoyuge avatar Apr 25 '22 07:04 Demoyuge

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. 👍

jdrew1303 avatar May 21 '22 01:05 jdrew1303