Closed ChiscoD closed 3 years ago
In the paper, depths are showed as red when is near, and black when in far, how can I replicate the papers result? (color).
The visualization uses the "inferno" colormap from matplotlib:
import matplotlib.pyplot as plt plt.imshow(pred, cmap=plt.cm.inferno)
Thanks
In the paper, depths are showed as red when is near, and black when in far, how can I replicate the papers result? (color).