假如相机内参不确定,可以简单设置为fx = cx = w/2 and fy = cy = h / 2. https://github.com/TRI-ML/packnet-sfm/issues/38
估计内参论文 https://arxiv.org/abs/2008.06630
点云可视化https://github.com/TRI-ML/packnet-sfm/issues/10
city预训练,只要改内参https://github.com/nianticlabs/monodepth2/issues/319
https://blog.youkuaiyun.com/try_again_later/article/details/105456252
https://github.com/nianticlabs/monodepth2/issues/238
Hi,
We have batchnorm in the encoder because resnet18 has it, however as shown in the groupnorm paper, training with both small batch sizes (< 32 which is the case for monodepth2) and batchnorm hurts accuracy.
However I don't recall adding batchnorm and comparing, it's actually possible that it could improve results.
I hope this helps!
点云,mesh 和体素 体素和点云的区别是什么? - 知乎