vkvats / GC-MVSNet

GC-MVSNet: Multi-View, Multi-Scale, Geometrically-Consistent Multi-View Stereo
MIT License
26 stars 0 forks source link

Error in test.py #1

Closed maybeLx closed 3 months ago

maybeLx commented 3 months ago

nice work, but I find there is no folder named "filter" in test.py

maybeLx commented 3 months ago

Also I find load the pre-trained ckpt failed due to the mismatch of ckpt and model .

image
Gwencong commented 3 months ago

I encountered the same problem, and then I checked the Google link of the pretrained model provided in this repository. The provided link is the pretrained model link of TransMVSNet, so the code cannot run. It seems that the author forgot to make changes.

vkvats commented 3 months ago

Thank you for point it out, you are right @Gwencong, I forgot to point to the new pre-trained model, it's been fixed now.

Hope this helps.

vkvats commented 3 months ago

nice work, but I find there is no folder named "filter" in test.py

The 'filter' part is not needed for GC-MVSNet, you can comment that out if you find it anywhere. I have removed it from test.py. That was for next set of experiments that I was doing and is not relevant to GC-MVSNet.

Hope it helps!

maybeLx commented 3 months ago

Thanks

maybeLx commented 3 months ago

Thank you for point it out, you are right @Gwencong, I forgot to point to the new pre-trained model, it's been fixed now.

Hope this helps.

I noticed that there is only a checkpoint trained on DTU. Have you uploaded model fine-tuning on BlendedMVS ?