yourun zhang
yourun zhang
Hello, could you tell me which paper the last figure came from? @fangxu622
Guys, does anyone know how to convert disparity to metric depth? I first use `disp = disp / 200` as the readme.txt says the disparity value is 200 times larger...
Thanks for your quick response. 1. I'm referring to the function located at: https://github.com/AutoAILab/DynamicDepth/blob/93e374963e54d6d323484b557d2461d3d7b7d875/dynamicdepth/rigid_warp.py#L534 where the forward-warped depth map is obtained by: https://github.com/AutoAILab/DynamicDepth/blob/93e374963e54d6d323484b557d2461d3d7b7d875/dynamicdepth/rigid_warp.py#L569-L581 but the forward-warped image is obtained by:...