Pose estimation with descriptive analysis
https://drive.google.com/file/d/1n-H_cvTHNldZuz08EE62WiVtqqXzemKq/view?usp=sharing
pip install -r requirements.txt
If you have only one webcam -
python main.py
If you have more than one webcam -
python main.py i
Here, i
is the webcam index.
Processed frames are saved in logs folder. The groundtruth data should be saved at groundtruth folder from logs folder (.npy files). Similarity between two poses can be estimated with error (l1 distance for coordinates).