Closed BackpackPrince closed 4 years ago
Did you install this https://github.com/erikwijmans/Pointnet2_PyTorch?
No, I just realized that I did not follow your instructions exactly. Problem solved. Thank you for your reply.
@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
@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
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.