Skip to content

object tracking, face detection, movement analysis

Notifications You must be signed in to change notification settings

peregin/computer-vision

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install

MacOS installation

python -m venv opencv-env
source opencv-env/bin/activate
pip list
pip freeze > requirements.txt
# add opencv-python
pip install -r requirements.txt
# check installation, test.py shows the opencv version
brew install ffmpeg
# PyCharm
# models
cat goturn.caffemodel.zip* > goturn.caffemodel.zip
unzip goturn.caffemodel.zip

About

object tracking, face detection, movement analysis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages