Colmar-zlicheng/Color-NeuS

Failed to extract meshes using pretrained model

VerseWei opened this issue · 3 comments

Hello,
Many thanks for this great work.
When I train the model and place the weights in the specified path, then execute
Python evaluation.py - g 0- c configs/Color_ NeuS_ Bmvs.yml - obj bear - rr 1024-- reload exp/Color_ NeuS_ Bmvs_ Bear_ 2023_ 0920_ 0604_ 55/checkpoints/checkpoints_ 100001/train_ param.pth.tar
I obtained the file 000000_ Mess.ply, I found the following regrettable result when opening it. May I ask if there were any errors in my operation?
image

Hi, the checkpoints file is NeuS_Trainer.pth.tar, not the train_ param.pth.tar one.

In commit 8f564c4, strict is set to True in init_weights to avoid this problem.