PointNetGPD
PointNetGPD copied to clipboard
No module named main_test (kinect2grasps.py)
I tried to run kinect2grasps.py file and can't import main_test. Other modules import correctly, any help is appreciated. Thanks in advance.
Hi,
There was a code path change for PointNetGPD
, I updated the code. Please pull the newest code to fix this.
Hi,
I just cloned the repository and made a ctrl+shift+f and no main_test file has been found
@prakveer @bdenoun
Sorry for the delay, I upload the main_test.py
file now. I did not realize this file was missing before your comment. Thank you.
Can you also upload the pretrained models ? torch fails to load the default model: '~/code/grasp-pointnet/PointNetGPD/data/pointgpd_chann3_local.model' Thanks!
@prakveer For the model, I suggest to train it yourself. :smile:
Cool. I'll give it a try :sweat_smile: