I am planning to build an app which will count the number of sqauts from videos. Assuming that the user and camera do not move, are there ways I can count the number of squats? Do such models to understand human activity and pose exist?
Asked
Active
Viewed 620 times
2 Answers
2
Yes, this is a rather straightforward problem that should be able to be solved using openCV or ANNs.
Check out this paper to get you started: https://arxiv.org/pdf/1701.08936.pdf

hisairnessag3
- 1,235
- 6
- 15
1
You can do that pretty easily using Posenet or Openpose. Train the keypoints for Squats and then count it. :)

Krishnan
- 26
- 1