2/28/2021
We had two virtual meetings, one is the initial project kick off meeting and the other one is knowing our progress.
We tested two pose extraction packages on CPU, first one is an implementation of Realtime Multi-Person Pose Estimation with Chainer and the second one is an implementation to perform Human Pose Estimation in OpenCV Using Open Pose MobileNet.
We had setup the suitable environment for testing packages on GPU and each of us are working on testing the various packages which work on GPU.
3/28/2021
Applying the chosen best extraction package to the work out videos.
Extraction of co-ordinates of key points of the pose extracted from each frame of the video.
To choose a point (e.g., a point represents the left knee), and collect all the coordinates of this point over the time of this video, visualize the sequence of those coordinates over time.
4/11/2021
Setting up the suitable environment fr testing the 3D pose extraction packages on CPU/GPU.
Installing different existing 3D pose extraction packages.
Testing the installed packages on different situations and comparing them in terms of accuracy and precision.