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

depth_est.detach() #11

Closed caiyongqi closed 1 year ago

caiyongqi commented 2 years ago

https://github.com/Boese0601/RC-MVSNet/blob/c8dfe7c6c3ebadd47d70087aac776a268a478fae/train_rcmvsnet.py#L376 Hi, I found that the MVSNeRF module only seems to affect the gradient of the image encoder, how does it improve the depth estimation of CascadeMVSNet?

Boese0601 commented 2 years ago

We use a share weight encoder so that the backbone depth estimation network is affected by the joint trained gradient from MVSNeRF module.