WongKinYiu / yolov9

Implementation of paper - YOLOv9: Learning What You Want to Learn Using Programmable Gradient Information
GNU General Public License v3.0
8.97k stars 1.42k forks source link

Yolo Keypoint Detection #317

Closed legenda971 closed 5 months ago

legenda971 commented 7 months ago

Is it possible to adapt a YOLO-based model for keypoint detection, distinct from the YOLO pose estimation models which exhibit several limitations? I'm interested in a method DFL that focuses solely on predicting keypoints.

WongKinYiu commented 5 months ago

Currently only yolov9u support keypoint detection.