Google Codelab

cv2.imshow() is disabled in colab. Instead use

from google.colab.patches import cv2_imshow

Write a program in Colab

Login your Google Account in Chrome.

Click below or https://colab.research.google.com/notebooks

Start a New Note.

Loading image file in CoLab

Read the following for detailed information: Load images by Google Colab

check the image file

Method 2: How to upload an image from local drive

Loading dataset in CoLab

Last updated

Was this helpful?