Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

KalmanFilterMediapipe

Python

OpenCV kalmanfilter was a standard kalman (Linear Kalman)

python Python/cv_mpHolistic.py

conda export

conda env export --name <env_name> > <file_name>.yml 
conda env export --no-builds --name <env_name> | findstr /V "^prefix: " > <file_name>.yml

conda import

conda env create --file <conda_env_file>.yml
conda env create --file environment.yml --name <env_name>

About

KalmanFilter in Mediapipe

Resources

Stars

0 stars

Watchers

1 watching

Forks

Contributors

Languages