Closed EchoTHChen closed 2 years ago
Hi, we used the 'Reds' colormap from matplotlib. You can do something like:
plt.imsave(target_image_path, predicted_sigma, cmap='Reds')
Note that predicted_sigma
should be a NumPy float array with shape H X W.
Thanks
I cannot find the colormap similar to your paper in opencv-python. Could you share your visualization code about the sigma? Thanks!