A fork of opnecv_zoo
Start by creating a virtual environment for python and installing the required packages.
cd path/to/cv_workshop
python -m venv env
- For Mac
source env/bin/activate
- For Windows
.\env\Scripts\activate
Install required packages (may need pip3)
pip install -r requirements
Then run
python yunet_cam.py
run
cd models/pose_estimation_mediapipe
python demo.py
Face Detection with YuNet
Face Recognition with SFace
Facial Expression Recognition with Progressive Teacher
Human Segmentation with PP-HumanSeg
Image Segmentation with EfficientSAM
License Plate Detection with LPD_YuNet
Object Tracking with VitTrack
Palm Detection with MP-PalmDet
Hand Pose Estimation with MP-HandPose
Person Detection with MP-PersonDet
Pose Estimation with MP-Pose
QR Code Detection and Parsing with WeChatQRCode
Chinese Text detection PPOCR-Det
English Text detection PPOCR-Det
Text Detection with CRNN
OpenCV Zoo is licensed under the Apache 2.0 license. Please refer to licenses of different models.