From the course: OpenCV for Python Developers
Unlock the full course today
Join today to access over 24,400 courses taught by industry experts.
Using OpenCV with Google Colab
From the course: OpenCV for Python Developers
Using OpenCV with Google Colab
- [Instructor] If you are facing issues trying to install OpenCV locally, using Google Colab is a free fallback option. Similar to using a Jupyter Notebook if you're familiar with that. It provides a Python environment for you that already has OpenCV installed. However, there are a few key differences to using Google Colab compared to a local install of OpenCV. You will not be able to follow every aspect of this course, but we will state at the start of any video where Colab can't be used. To start using Colab, navigate to colab.research.google.com, and open up a new notebook. Then it's a good idea to always immediately rename your notebook to be something unique. The first key difference to a local installed OpenCV is that you will need to upload the exercise files to your runtime in order to be able to use them. Go ahead and click on the sidebar, and then wait a moment while Colab connects a runtime instance for your…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
Python and OpenCV2m 1s
-
(Locked)
Using virtual environments1m 36s
-
(Locked)
Install on Mac OS4m 50s
-
(Locked)
Install on Windows6m 23s
-
(Locked)
Install on Linux: Prerequisites5m 45s
-
(Locked)
Install on Linux: Compile OpenCV1m 51s
-
(Locked)
Using OpenCV with Google Colab5m 18s
-
(Locked)
Test the install3m
-
-
-
-
-