Boese0601 / RC-MVSNet

[ECCV 2022] RC-MVSNet: Unsupervised Multi-View Stereo with Neural Rendering
https://boese0601.github.io/rc-mvsnet/
MIT License
210 stars 14 forks source link

Questions about neural rendering quality #14

Open GuangyuWang99 opened 1 year ago

GuangyuWang99 commented 1 year ago

Thanks for the excellent work! Here I have a question regarding the neural rendering network.

As suggested in the paper, the RGB render loss of reference image boosts the depth prediction performance. I wonder have you visualized the RGB rendering quality of reference view on test scenes? Is it better than or comparable to pure NeRF-like methods like IBRNet?

I tried to demonstrate the rendering quality of the rendering network using your provided 'model_000014_nerf.ckpt' but the result seems quite weird:

RGB rendering: 0 depth rendering: 0

Any suggestions would be greatly appreciated. Thanks in advance!

KevinWTong commented 5 months ago

请问您解决这个问题了吗?我也可视化了Nerf合成的深度图,但是效果不好,不知道为啥。