Table of Contents
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.