sshan-zhao / GASDA

Geometry-Aware Symmetric Domain Adaptation for Monocular Depth Estimation, CVPR 2019
133 stars 23 forks source link

how to evaluation on Make3D dataset #2

Closed jdk9405 closed 5 years ago

jdk9405 commented 5 years ago

I read your paper very impressively! and I have a question. In table 4, you have measured the metric for the Make3D dataset. But it's depth map label does not match the size of the original image so I wonder how to evaluate it. (crop, resize, interpolation, etc) I would really appreciate if you let me know how it works. THANK YOU.

sshan-zhao commented 5 years ago

Hi, Thanks for your interest! The operation we used is similar to that in Godard et al., i.e., resize and then central crop.

koutilya-pnvr commented 4 years ago

What are the final dimensions of the RGB and depth images after resizing and cropping?