yuxumin / PoinTr

[ICCV 2021 Oral] PoinTr: Diverse Point Cloud Completion with Geometry-Aware Transformers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No moudle named 'gridding_distance'

beibeirory opened this issue · comments

Thanks for your code.
The code "bash install.sh" can be performed, and gridding-distance==1.0.0 can be succesfully installed. But when I test PoinTr pretrained model on the PCN benchmark, error occurred "No module named 'gridding_distance' in ./exensions/gridding_loss/init.py"

Hi, beibeirory.
Try to run python setup.py install --user manually under each dependency directory and see if everything is okay.
Hope it helps :)

It works...Thanks @yuxumin