HaolinLiu97 / PUGAN-pytorch

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

Install Pointnet2 module #5

Closed ooklwq closed 4 years ago

ooklwq commented 4 years ago

Thanks to your sharing of implement of Pytorch. But where is pointnet2 directory? I guess it maybe charlesq34/pointnet2 repository, but it doesn't have setup.py file.

cd pointnet2 python setup.py install

HaolinLiu97 commented 4 years ago

pointnet2 is already added to this repository. Sorry for inconvenience.