ShiQiu0419 / DRNet

Dense-Resolution Network for Point Cloud Classification and Segmentation (WACV 2021)
MIT License
32 stars 1 forks source link

question about installing pointnet2 #2

Open amiltonwong opened 3 years ago

amiltonwong commented 3 years ago

Hi, @ShiQiu0419 ,

Thanks for releasing the package. For the installing pointnet2, should we install it from the code you provided or install it from the official one?

Thanks~

ShiQiu0419 commented 3 years ago

Hi @amiltonwong ,

It is better to install the official one. The one that in this repo is my own compiled output, which may not be compatible with yours. Sorry for the messy codes, since we are currently busy with other projects, we will further polish this repo in the future. Besides, GBNet has been released. You are welcome to have fun with it. Thanks for your attention.

amiltonwong commented 3 years ago

Hi, @ShiQiu0419,

Thanks for your reply. Does it mean that this part you provided can be removed?

ShiQiu0419 commented 3 years ago

Exactly, you can simply use your compiled one to replace it.