FENGGENYU / CVPR2019_PartNet

Code for PartNet: A Recursive Part Decomposition Network for Fine-grained and Hierarchical Shape Segmentation
MIT License
111 stars 18 forks source link

missing file #2

Closed vince2003 closed 5 years ago

vince2003 commented 5 years ago

Thank you for your code. However, I can not find file with following error: File "/home/vinh/Desktop/PartNet-master/pytorch_ops/sampling/_ext/farthestpointsampling/init.py", line 3, in from ._farthestpointsampling import lib as _lib, ffi as _ffi ImportError: No module named 'pytorch_ops.sampling._ext.farthestpointsampling._farthestpointsampling'

can you upload ._farthestpointsampling? Thank you!

FENGGENYU commented 5 years ago

please run build.py under ./pytorch_ops/sampling fold first.

vince2003 commented 5 years ago

I got it. Thank you very much!!!