Basic setup for detecting human body poses in swift
With new Vision APIs for iOS 14, you can detect human body poses. This project has a basic setup for:
- reading video frames from a camera
- processing frames and calling the detect human body pose API
- parsing out human body poses and drawing them on screen