ShuweiShao / IEBins

[NeurIPS2023] IEBins: Iterative Elastic Bins for Monocular Depth Estimation
MIT License
80 stars 4 forks source link

nyu training #14

Closed PetropoulakisPanagiotis closed 5 months ago

PetropoulakisPanagiotis commented 5 months ago

For evaluation at NYU, you have used the dataset from here (https://github.com/cleinc/bts/tree/master/pytorch) and you evaluate on the "rawDepths" (see also here: https://cs.nyu.edu/~silberman/datasets/nyu_depth_v2.html).

During training, the depth maps are again of the type "rawDepths", or do you use the pre-processed dense depths from NYU? (From the site of NYU: In addition to the projected depth maps, we have included a set of preprocessed depth maps whose missing values have been filled in using the colorization scheme of Levin et al

Thank you in advance.

ShuweiShao commented 5 months ago

Hi, please also see https://github.com/cleinc/bts/tree/master/pytorch to prepare the training dataset. The ground-truth depth maps used in our training are not dense.

PetropoulakisPanagiotis commented 5 months ago

Thank you,