From f092850d6c280eaed4e5c35f6cfb297ff9b86c9d Mon Sep 17 00:00:00 2001 From: haoyuying <18844182690@163.com> Date: Fri, 9 Oct 2020 19:55:31 +0800 Subject: [PATCH] revise transform and add processor --- .../image/keypoint_detection/openpose_body_estimation/module.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hub_module/modules/image/keypoint_detection/openpose_body_estimation/module.py b/hub_module/modules/image/keypoint_detection/openpose_body_estimation/module.py index d17bd70f..dbed9ba0 100644 --- a/hub_module/modules/image/keypoint_detection/openpose_body_estimation/module.py +++ b/hub_module/modules/image/keypoint_detection/openpose_body_estimation/module.py @@ -36,7 +36,7 @@ import openpose_body_estimation.processor as P version="1.0.0") class BodyPoseModel(nn.Layer): """ - BodyposeModel + BodyPoseModel Args: load_checkpoint(str): Checkpoint save path, default is None. -- GitLab