agenthong
agenthong
Hi, @mzy97! Do you know what 'raw test timestamps' is? I can't find the corresponding file.
Did you try Robotcar datasets?
2d改成3d
Just don't edit the codes. Or use the original repo.
> > Just don't edit the codes. > > Or use the original repo. > > This is the result of the original code and the pre-trained model, which is...
> At least 18G memory is required for training phase, our models are trained on 24G Titan X graphical cards. > If you only have 12G 1080Ti graphical cards, I...
> It's test stage > […](#) > ------------------ 原始邮件 ------------------ 发件人: ***@***.***>; 发送时间: 2021年5月18日(星期二) 晚上6:49 收件人: ***@***.***>; 抄送: ***@***.***>; ***@***.***>; 主题: Re: [yhw-yhw/D2HC-RMVSNet] CUDA out of memory (#8) At least 18G memory...
> 不好意思,有个问题漏掉了 > 5. 对于Vsource与Vreference,论文中您给出的公式是直接做差`Vi;d;h;w = Vi;d;h;w - V0;d;h;w;`,但是在代码上,是求[平方差](https://github.com/yhw-yhw/PVAMVSNet/blob/master/models/vamvsnet.py#L452)`warped_volume = (warped_volume - ref_volume).pow_(2)` > 请问两者最后的效果有区别吗? > > 再次感谢您! mvsnet 是做均方差的,可能是他论文公式给错了
可以参考 https://github.com/yhw-yhw/PVAMVSNet/issues/3#issuecomment-596095913