xxlong0 / SparseNeuS

SparseNeuS: Fast Generalizable Neural Surface Reconstruction from Sparse views
MIT License
319 stars 16 forks source link

About Val_step parameter error and sdf_network_lod1 load fails #9

Open hastaluegoph opened 1 year ago

hastaluegoph commented 1 year ago

Hi, thanks for your excellent work and codes! I just ran the code following the instruction of the "Easy to try", and get the error: save_vis I check the code and find that the generic model use the save_vis parameter in the val_step function, but for fine_tune model where it use the val_depth. code For another problem, it shows that sdf_network_lod1 load fails, and the mesh extracted seems not right after I run 3 epoch. fails So should I modify the visibility_weight_thred? mesh

johnsoong commented 1 year ago

I have the same question, it seems that ckpt.pth doesn't have the weight of sdf_network_finetune. How can we download such weight?