Skip to content

Its a computer vision project that can use mediapipe and openCV to recognize hand postures. And also can use index finger to open a picture.

Notifications You must be signed in to change notification settings

Jessiemkh/ComputerVision-recognize-hand-posture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Project Description (Computer Vision:recognize hand posture)

Use mediapipe and openCV to recognize hand postures and also can use it to open a picture.

創建虛擬環境 Creating a Virtual Environment

python3 -m venv .venv

啟動虛擬環境 activate Virtual Environment

source .venv/bin/activate

升級 pip upgrade pip

python -m pip install --upgrade pip

安裝 opencv-python 和 mediapipe

pip install opencv-python mediapipe

驗證安裝

pip list | grep opencv-python

運行

python main.py

退出虛擬環境

deactivate

About

Its a computer vision project that can use mediapipe and openCV to recognize hand postures. And also can use index finger to open a picture.

Topics

Resources

Stars

Watchers

Forks

Languages