ultralytics / yolov5

YOLOv5 πŸš€ in PyTorch > ONNX > CoreML > TFLite
https://docs.ultralytics.com
GNU Affero General Public License v3.0
50.79k stars 16.36k forks source link

yolov5_v6.2 + FaceLandmarks #9771

Closed June1124 closed 1 year ago

June1124 commented 2 years ago

Search before asking

Question

Is there a face keypoint detection based on yolov5_v6.2? Or are there other applications for keypoint detection?

Additional

No response

athrunsunny commented 2 years ago

you mean multi-task?

June1124 commented 2 years ago

you mean multi-task?

Yes, Do you have relevant implementation?

athrunsunny commented 2 years ago

You can try this https://github.com/athrunsunny/landmark-face You'd better use torch==1.8

github-actions[bot] commented 1 year ago

πŸ‘‹ Hello, this issue has been automatically marked as stale because it has not had recent activity. Please note it will be closed if no further activity occurs.

Access additional YOLOv5 πŸš€ resources:

Access additional Ultralytics ⚑ resources:

Feel free to inform us of any other issues you discover or feature requests that come to mind in the future. Pull Requests (PRs) are also always welcomed!

Thank you for your contributions to YOLOv5 πŸš€ and Vision AI ⭐!

glenn-jocher commented 12 months ago

@athrunsunny thanks for sharing! It seems like a great implementation. We currently focus on object detection, but you can definitely integrate face keypoint detection with YOLOv5 as a custom task. For more details, the Ultralytics docs at https://docs.ultralytics.com/yolov5/ are a valuable resource. Good luck!