Skip to content

LuongTuanAnh163002/computer_vision

Repository files navigation

Computer Vision tutorial

Table of Contents
  1. Setup
  2. Example
  3. License
  4. Acknowledgements

Run all the command line below to setup environment

conda create --name cpv python=3.10.6
git clone https://github.com/LuongTuanAnh163002/computer_vision.git
cd computer_vision
conda activate cpv
pip install -r requirements.txt

Try example with object tracking after install succesfully

cd 9_ObjectTracking
python Face_Tracking.py

See LICENSE for more information.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published