- Uses CMU's OpenPose to detect key body angles. For me these were the arms, but I have included legs too.
- To detect angles, I use the law of cosines (see video)
- Detects angles on images!
- Detects angles on videos!
- numpy: https://numpy.org/devdocs/user/quickstart.html
- opencv: https://pypi.org/project/opencv-python/
- math: https://docs.python.org/3/library/math.html
- os: https://docs.python.org/3/library/os.html
- This idea is based on the work from: https://github.com/CMU-Perceptual-Computing-Lab/openpose
- Compare the pose angles of multiple images, and tell if it is the same pose!
- If this code or anyother I have written has helped you, feel free to make a donation at https://www.buymeacoffee.com/whalenlexn.