Key point Detection On Custom Dataset Using YOLOv7 | YOLOv7-Pose on Custom Dataset
Code With Aarohi Code With Aarohi
36.6K subscribers
12,071 views
179

 Published On Apr 29, 2023

In this tutorial, I will show you how to use yolov7-pose for custom key point detection.

Github: https://github.com/AarohiSingla/YOLOv...

For Queries: You can comment in comment section or you can mail me at [email protected]

Keypoint detection is a computer vision task that involves identifying and localizing specific points of interest, or keypoints, in an image.
Models like detectron2, yolov7, yolov8 are designed to detect only a specific number of keypoints (e.g., 17 keypoints for the person ).
And If your custom dataset has a different set of key points or a different number of key points, then the model needs to be modified accordingly to recognize and predict those key points.

show more

Share/Embed