Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Opencv Course | 410 | 2 years ago | 2 | mit | Python | |||||
Learn OpenCV in 4 Hours - Code used in my Python and OpenCV course on freeCodeCamp. | ||||||||||
Ai_is_math | 39 | 15 days ago | mit | Jupyter Notebook | ||||||
AI is Math course repo. Check out the website at: www.AIisMath.com | ||||||||||
Computer Vision Opencv3 Udemy | 26 | 5 years ago | Jupyter Notebook | |||||||
Computer Vision Intro OpenCV 3 in Python & Machine Learning - University of Edinberg | ||||||||||
Crash_course_for_new_members | 22 | 10 months ago | 1 | |||||||
Deep Learning & VLSI Crash Course for New Members | ||||||||||
Hands On Machine Learning With Opencv 4 | 21 | 7 months ago | 6 | mit | Python | |||||
Hands-On Machine Learning with OpenCV 4, Published by Packt | ||||||||||
Cross Platform Application Development With Opencv 4 And Qt 5 | 18 | 4 months ago | mit | C++ | ||||||
Cross-Platform Application Development with OpenCV 4 and Qt 5(v), published by Packt | ||||||||||
Videosummarization | 18 | 6 years ago | Python | |||||||
Course Project for CS771: Machine Learning | ||||||||||
Hands On Opencv 4 With Python | 13 | 2 years ago | 1 | mit | Python | |||||
Code repository for Hands On OpenCV 4 with Python, published by Packt | ||||||||||
Cv_course_tutorial | 11 | 2 years ago | Jupyter Notebook | |||||||
This is the mini-tutorial of Computer Vision course (Spring 2021) | ||||||||||
Opencv 4 Computer Vision With Python Recipes | 10 | 2 years ago | mit | |||||||
Notes and code used in my Python and OpenCV course on freeCodeCamp.org. You can find me on Twitter for more info on courses I'm working on currently.
caer.train_val_split()
is a deprecated feature in caer
. Use sklearn.model_selection.train_test_split()
instead. See #9 for more details.
Besides installing OpenCV, we cover the installation of the following package:
Caer
is a lightweight, high-performance Vision library for high-performance AI research. It simplifies your approach towards Computer Vision by abstracting away unnecessary boilerplate code giving you the flexibility to quickly prototype deep learning models and research ideas.
$ pip install caer
The images in the Photos and Videos folders were downloaded from Unsplash and Pixabay, unless otherwise mentioned.
The images in the Faces folder were procurred from a repo on Kaggle.