google/mannequinchallenge

Would you like to share the initial depth estimation methods?

cdowen opened this issue · 3 comments

Hello, would you like to give out the code for the initial estimation of depth map? It can help us evaluate the method on other datasets (for example, the KITTI dataset). Thank you greatly.

fcole commented

It's unfortunately not easy to make a robust release of the depth estimation code, since it involves running COLMAP as well as optical flow estimation and combining the results (as described in the paper). If we get enough interest we may revisit this issue, though.

Thanks for your work and the depth estimation results are impressive. So would you like to share just the depth estimation method (the plane-plus-parallax method) during the evaluation? It should not be too troublesome but necessary for evaluation on other datasets. And it could help us greatly. Thank you.