dougsm / ggcnn

Generative Grasping CNN from "Closing the Loop for Robotic Grasping: A Real-time, Generative Grasp Synthesis Approach" (RSS 2018)
BSD 3-Clause "New" or "Revised" License
484 stars 138 forks source link

problem with Cornell dataset #45

Open Demoyuge opened 2 years ago

Demoyuge commented 2 years ago

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 commented 2 years ago

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