Junyi42 / monst3r

Official Implementation of paper "MonST3R: A Simple Approach for Estimating Geometry in the Presence of Motion"
https://monst3r-project.github.io/
514 stars 12 forks source link

Resolution video depth maps #2

Closed haodong2000 closed 1 week ago

haodong2000 commented 1 week ago

Hi Junyi, great work!

I am wondering that is your resolution of predicted video depth maps also with a maximual side of 512?

Thanks!

Junyi42 commented 1 week ago

Hi Handong,

Thank you! That's correct—we resize the image so that its longest dimension is 512, and then we resize it back to the original resolution for evaluation.

Best