FlyleafPaopao / yolov8-multi-keypoint

This repo would give multi-task keypoint detect code based yolov8. The landmarks or keypoints with different classes and numbers can be detected at the same time.
GNU General Public License v3.0
12 stars 0 forks source link

yolo关键点 #1

Open 666tua opened 1 year ago

666tua commented 1 year ago

请问大佬 train.py有吗 类似yolo7pose一样 有train有detect

FlyleafPaopao commented 1 year ago

用v8/detect/train.py直接训练即可

666tua commented 1 year ago

谢谢!我看到了!但是这个跟yolo5face、yolo7pose是不是不太一样,前两个都是目标框+关键点直接回归的。

FlyleafPaopao commented 1 year ago

是不太一样,因为是achor free以及是解耦的检测头。这个更像yoloX。