Image is not displaying in Google Colab while using imshow()

Google colab crashes if you try to display image using cv2.imshow() instead import from google.colab.patches import cv2_imshow and display using cv2_imshow(<image>)

Leave a Comment