/yolov7-pose

Implementation of paper YOLO-Pose: Enhancing YOLO for Multi Person Pose Estimation Using Object Keypoint Similarity Loss. Tailored for DLModelZoo action.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Yolov7-pose

Overview

This python package is an implementation of "YOLOv7: Trainable bag-of-freebies sets new state-of-the-art for real-time object detectors".

Pose estimation implimentation is based on YOLO-Pose.

This is a tailored version for use of the SAS Viya DLModelZoo action set.

Installation

To install YOLOv7-Pose, use the following command:

pip install sas-yolov7-pose

Contributing

We welcome your contributions! Please read CONTRIBUTING.md for details on how to submit contributions to this project.

License

This project is licensed under the GNU GENERAL PUBLIC LICENSE 3.0 License.

Additional Resources