From 6667867155ce8d05f48ad4e9a2247eedf81c3e4b Mon Sep 17 00:00:00 2001 From: chenjian Date: Mon, 23 May 2022 08:25:16 +0000 Subject: [PATCH] fix --- .../image/keypoint_detection/pp-tinypose/module.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/modules/image/keypoint_detection/pp-tinypose/module.py b/modules/image/keypoint_detection/pp-tinypose/module.py index 4c9e920e..89ac4d99 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. -- GitLab