HaolinLiu97 / PUGAN-pytorch

Pytorch unofficial implementation of PUGAN (a Point Cloud Upsampling Adversarial Network, ICCV, 2019)
78 stars 16 forks source link

pointnet2 module install error #10

Closed stevenlin510 closed 3 years ago

stevenlin510 commented 3 years ago

擷取 When I type : python setup.py install I got this error, and I try lots of time, the python dependency is same as requirement.txt you provided. I'am so confused about this error, so please give me a favor !! Thanks

HaolinLiu97 commented 3 years ago

Can you provide more information? It is the pointnet2 codes from https://github.com/facebookresearch/votenet/tree/master/pointnet2. It is possible that your CUDA and pytorch version does not match. Also you can try uninstall ninja firstly then install the pointnet2.

stevenlin510 commented 3 years ago

I uninstall ninja firstly then install the pointnet2 works thanks!