Skip to content

Small project of class "Introduction to Computer Vision". Inspired from book "Mastering OpenCV 4 with Python"

Notifications You must be signed in to change notification settings

ngbao161199/Augmented-Reality-Python

Repository files navigation

Augmented-Reality-Python

Required:

  • Python 3.7
  • opencv-contrib-python: pip install opencv-contrib-python==4.0.0.21
  • numpy: pip install numpy==1.16.1
  • dlib (It will require Cmake also, remember to check environment path carefully when having errors)
  • PySimpleGUI
  • shape_predictor_68_face_landmarks.dat , get it from here

How to run:

Example:

# cd to your project file
# use this command
python test.py

About

Small project of class "Introduction to Computer Vision". Inspired from book "Mastering OpenCV 4 with Python"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages