You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Visualization with the new implementation is now part of Keras.
We will not be making any changes to the models in KerasCV which are made available in KerasHub or the APIs/Utils made available in Keras.
If you still face any issue, please file a new issue in keras-hub
Short Description
Currently
plot_image_gallery()
does not allow to specify color map, but always uses the default color map ofmatplotlib.pyplot.imshow()
.It would be useful, for instance, to be able plot grayscale images by specifying
cmap='grayscale'
.The text was updated successfully, but these errors were encountered: