jsll / pytorch_6dof-graspnet

MIT License
152 stars 55 forks source link

no module named 'pointnet2-ops' #5

Closed BackpackPrince closed 4 years ago

BackpackPrince commented 4 years ago

I got this error when I try to run 'train.py': No module named 'pointnet2-ops'.
I realized that this module is linked to PointNet++, but I still do not know how to install the module after browsing the PointNet++ repo.

jsll commented 4 years ago

Did you install this https://github.com/erikwijmans/Pointnet2_PyTorch?

BackpackPrince commented 4 years ago

No, I just realized that I did not follow your instructions exactly. Problem solved. Thank you for your reply.

madinwei commented 1 year ago

@BackpackPrince , if possible can you share with me how did you install pointnet++, I want to install it in windows, if you have any instruction or idea can you share it with me

bdlim99 commented 1 year ago

@madinwei Maybe the Pointnet2 repository would not support Windows. In the below issue which is posted in Pointnet2 repository, erikwijmans said that he did not test the build on Windows. https://github.com/erikwijmans/Pointnet2_PyTorch/issues/2