Closed w080707 closed 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.
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.
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!
thanks a lot
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.