Julie-tang00 / Point-BERT

[CVPR 2022] Pre-Training 3D Point Cloud Transformers with Masked Point Modeling
MIT License
542 stars 65 forks source link

How to install chamfer? #3

Closed liang3588 closed 2 years ago

liang3588 commented 2 years ago

"ModuleNotFoundError: No module named 'chamfer'. " I want to install chamfer by pip install chamfer, but it reminds image So, how should I install the 'chamfer' module? Thank you very much!

yuxumin commented 2 years ago

Hi, @liang3588. Chamfer can not be installed by pip. Go to extensions/chamfer_dist and run python setup.py install --user. (reference: here. )

liang3588 commented 2 years ago

Thank you! It is very kind of you!

RavenScroft863 commented 2 years ago

but where is the 'extensions' file