Only Low Brightness Images Working
#1
by
SmallFryJr
- opened
I am attempting to use the metric model using a custom set of images; however, images that have anything more than minimal lighting/brightness end up returning values of depth 0 for all pixels shown here: (the first row is the image, the second row is the ground truth, the final row is the output of the model)
As for my code, I follow the directions exactly as provided on the model's page in the model and preprocessor non-piped version. I don't believe it is an issue with the images from my dataset specifically as the non-metric version of this model returns valid depth maps for the same images here:
Do note I have attempted to use all indoor/outdoor and small/base/large versions of the model but they all result in the same issue.