QhelDIV / ShapeFormer

Official repository for the ShapeFormer Project
https://shapeformer.github.io/
190 stars 22 forks source link

ModuleNotFoundError: No module named 'nnrecon' #2

Closed w080707 closed 2 years ago

w080707 commented 2 years ago

Hi,

When I run 'python -m shapeformer.trainer --opts configs/demo/demo_shapeformer.yaml --gpu 0 --mode "run" ', there is an error: ModuleNotFoundError: No module named 'nnrecon'

I didn't find public library named 'nnrecon', and in your code, it refers to the local path 'sys.path.append('/studio/nnrecon')'.

Do you have any suggestions to solve this problem?

Thanks.

QhelDIV commented 2 years ago

Sorry, it turns out the pre-trained model in google drive is not updated, which contains incorrect names. I will tell you when the latest checkpoints are uploaded.

w080707 commented 2 years ago

Sorry, it turns out the pre-trained model in google drive is not updated, which contains incorrect names. I will tell you when the latest checkpoints are uploaded.

Thanks so much.

QhelDIV commented 2 years ago

Hi, I have updated the pre-trained model in google drive and in the project README.md. Click this updated URL to re-download the corrected pretrained model. Thanks!

w080707 commented 2 years ago

thanks a lot