Computer Vision! First Practical Session (VirtualEnv / OpenCV/ Pillow / Scikit-image) and Python
Hey there and welcome to the computer vision slash python channel.
This is part two of the introduction to computer vision series, the practical session, in this video you will find how to configure your pc to be able to run computer vision algorithms.
The instruction shared in this video are for windows 10 but similar commands are available for the other OS (macOS or Linux)
As we are going to use python we start by installing python
Then we move to the installation of some python packages that we will need to implement and run computer vision algorithm.
For the python3 you ca install it from the website python.org and in windows 10 you can also install it from the store.
Install Python 3
*** https://www.python.org/
Install virtualenv
*** pip install virtual env
How to use virtualenv
* go to project folder
*** cd projectfolder
* create the folder projectname
*** virtualenv projectname
* Source
**** ./projectname/Scripts/activate
Install packages
* OpenCV
*** pip install opencv-python
* Pillow
*** pip install Pillow
* Scikit-image
*** pip install scikit-image
Hands on code
* Read image from disk and display it
* Read video from disk and play it
DATA and Python Script
https://github.com/Merwanski/intro_cv_python/tree/main/week_001
If you have any question comment or remake please leave a comment and I will do my best to give feedback as soon a possible
Link to previous courses:
* Cours 1: Intro to Computer Vision https://www.youtube.com/watch?v=eUU-jhdhZoY&t=308s
Что делает видео по-настоящему запоминающимся? Наверное, та самая атмосфера, которая заставляет забыть о времени. Когда вы заходите на RUVIDEO, чтобы посмотреть онлайн «Computer Vision! First Practical Session (VirtualEnv / OpenCV/ Pillow / Scikit-image) and Python», вы рассчитываете на нечто большее, чем просто загрузку плеера. И мы это понимаем. Контент такого уровня заслуживает того, чтобы его смотрели в HD 1080, без дрожания картинки и бесконечного буферизации.
Честно говоря, Rutube сегодня — это кладезь уникальных находок, которые часто теряются в общем шуме. Мы же вытаскиваем на поверхность самое интересное. Будь то динамичный экшн, глубокий разбор темы от любимого автора или просто уютное видео для настроения — всё это доступно здесь бесплатно и без лишних формальностей. Никаких «заполните анкету, чтобы продолжить». Только вы, ваш экран и качественный поток.
Если вас зацепило это видео, не забудьте взглянуть на похожие материалы в блоке справа. Мы откалибровали наши алгоритмы так, чтобы они подбирали контент не просто «по тегам», а по настроению и смыслу. Ведь в конечном итоге, онлайн-кинотеатр — это не склад файлов, а место, где каждый вечер можно найти свою историю. Приятного вам отдыха на RUVIDEO!
Видео взято из открытых источников Rutube. Если вы правообладатель, обратитесь к первоисточнику.