Create a conda environment
conda create -n ENV_NAME python=3.7 -y
Activate conda environment
conda activate ENV_NAME
Install the dependencies
pip install -r requirements.txt
Run Pose Estimation on Image
python movenet_prediction.py
Pose Estimation on videos using Movenet model #tflite #movenet # lightning #poseestimation
Python