P3Depth icon indicating copy to clipboard operation
P3Depth copied to clipboard

Dividing Depth by 255.0 for NYU Dataset

Open geoeo opened this issue 2 years ago • 0 comments

Hello, Why do you divide by 255.0 for the NYU data values? e.g. https://github.com/SysCV/P3Depth/blob/main/src/data/NYU_dataset.py#L82

The BTS loader does not do this https://github.com/cleinc/bts/blob/master/pytorch/bts_dataloader.py#L163C1-L166C52 Which make sense since the website says image depth values are already in meters. https://cs.nyu.edu/~silberman/datasets/nyu_depth_v2.html

geoeo avatar Jul 05 '23 13:07 geoeo