I want to align the depth by your single image depth prediction branch with the pose predicted by the pose branch during inference. But it seems that you don't use pose when depth inference? I only find model.infer_depth() in the test code which only use single image. I'm afraid that depth consistency without pose aligned is not guaranteed.
I want to align the depth by your single image depth prediction branch with the pose predicted by the pose branch during inference. But it seems that you don't use pose when depth inference? I only find model.infer_depth() in the test code which only use single image. I'm afraid that depth consistency without pose aligned is not guaranteed.