I downloaded the dataset and used 10 images of UnityCam folder. And I used the pre-trained dispnet to inference the depth. However, when I did some analysis of results, I found that the color maps of ground truth grey and predicted_depth are totally opposite. And I printed out the max values of two matrix.
Firstly, thanks for your great work.
I downloaded the dataset and used 10 images of UnityCam folder. And I used the pre-trained dispnet to inference the depth. However, when I did some analysis of results, I found that the color maps of
ground truth grey
andpredicted_depth
are totally opposite. And I printed out the max values of two matrix.The magnitude of the two values is different.
I am looking for some helps of this problem.
Thanks