LiheYoung / Depth-Anything

[CVPR 2024] Depth Anything: Unleashing the Power of Large-Scale Unlabeled Data. Foundation Model for Monocular Depth Estimation
https://depth-anything.github.io
Apache License 2.0
7.01k stars 539 forks source link

Color Map for Depth-Anything V2 #192

Closed ShenZheng2000 closed 5 months ago

ShenZheng2000 commented 5 months ago

image

The color map used in Depth-Anything v2 is significantly different from the one in v1 (COLORMAP_INFERNO). In my opinion, the v2 color map appears more vivid and colorful, providing better contrast. Could you specify which color map you have used for v2?

ShenZheng2000 commented 5 months ago

I found the code from here

cmap = matplotlib.colormaps.get_cmap('Spectral_r')