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>)
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>)