You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: PaddleCV/human_pose_estimation/README.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Simple Baselines for Human Pose Estimation in Fluid
2
2
3
3
## Introduction
4
-
This is a simple demonstration of re-implementation in [PaddlePaddle.Fluid](http://www.paddlepaddle.org/en) for the paper [Simple Baselines for Human Pose Estimation and Tracking](https://arxiv.org/abs/1804.06208) (ECCV'18) from MSRA.
4
+
This is a simple demonstration of re-implementation in [PaddlePaddle.Fluid](http://www.paddlepaddle.org/en) for the paper [Simple Baselines for Human Pose Estimation and Tracking](https://arxiv.org/abs/1804.06208) (ECCV'18) from MSRA.
5
5
6
6

7
7
@@ -10,7 +10,7 @@ This is a simple demonstration of re-implementation in [PaddlePaddle.Fluid](http
10
10
## Requirements
11
11
12
12
- Python == 2.7 or 3.6
13
-
- PaddlePaddle >= 1.1.0
13
+
- PaddlePaddle >= 1.1.0
14
14
- opencv-python >= 3.3
15
15
16
16
### Notes:
@@ -23,7 +23,7 @@ The code is developed and tested under 4 Tesla K40/P40 GPUS cards on CentOS with
23
23
## Results on MPII Val
24
24
| Arch | Head | Shoulder | Elbow | Wrist | Hip | Knee | Ankle | Mean |[email protected]| Models |
Downloading the checkpoints of Pose-ResNet-50 trained on MPII dataset from [here](https://paddlemodels.bj.bcebos.com/pose/pose-resnet50-mpii-384x384.tar.gz). Extract it into the folder `checkpoints` under the directory root of this repo. Then run
If there are multiple persons in images, detectors such as [Faster R-CNN](https://github.com/PaddlePaddle/models/tree/develop/fluid/PaddleCV/rcnn), [SSD](https://github.com/PaddlePaddle/models/tree/develop/fluid/PaddleCV/object_detection) or others should be used first to crop them out. Because the simple baseline for human pose estimation is a top-down method.
0 commit comments