Keypoint Webcam

Computer Vision
Keypoint Detection
FasterRCNN
C++
LibTorch
OpenCV
Published

June 21, 2022

Detect Keypoints in a video.

Load a FasterRCNN keypoint model in python / Pytorch and move it to C++ via torchscript. Show a webcam feed with OpenCV and use the model with LibTorch to predict keypoints on the webcam images. Draw the keypoints and limbs onto the images.