diff --git a/modules/image/keypoint_detection/pp-tinypose/module.py b/modules/image/keypoint_detection/pp-tinypose/module.py index 4c9e920ee47e99411789b7934c87c1fff61444cc..89ac4d994411625a6218d67cce2c7ea9dea70efc 100644 --- a/modules/image/keypoint_detection/pp-tinypose/module.py +++ b/modules/image/keypoint_detection/pp-tinypose/module.py @@ -41,13 +41,13 @@ from paddlehub.module.module import runnable from paddlehub.module.module import serving -@moduleinfo(name="pp-tinypose", - type="CV/image_editing", - author="paddlepaddle", - author_email="", - summary="Openpose_body_estimation is a body pose estimation model based on Realtime Multi-Person 2D Pose \ - Estimation using Part Affinity Fields.", - version="1.0.0") +@moduleinfo( + name="pp-tinypose", + type="CV/keypoint_detection", + author="paddlepaddle", + author_email="", + summary="PP-TinyPose is a real-time keypoint detection model optimized by PaddleDetecion for mobile devices.", + version="1.0.0") class PP_TinyPose: """ PP-TinyPose Model.