hkust-vgd / pointwise

Code for Pointwise Convolutional Neural Networks, CVPR 2018
http://pointwise.scenenn.net
MIT License
130 stars 26 forks source link

can not find libpluie #1

Closed shuluoshu closed 6 years ago

shuluoshu commented 6 years ago

In modelnet_provider.py , I cannot find the libpluie (Line 9), do you forget to include that file ?

songuke commented 6 years ago

@shuluoshu Thanks for raising the issue. Libpluie is just a custom library we made to parse point clouds and do some Morton sorting. If you just use sorting according to XYZ coordinates and do not need visualization, you do not need libpluie in our code, and please simply comment them out.

I will release a version that is runnable soon. Stay tuned!

songuke commented 6 years ago

@shuluoshu libpluie is now not required to run the code. Please update your repository.