From 5acb8c6caed31cf64846d9f3ace432bf2726fe4f Mon Sep 17 00:00:00 2001 From: Pyjcsx Date: Wed, 27 Jan 2021 15:26:55 +0800 Subject: [PATCH] Update Readme.md Seems like SMPLH_male.pkl and SMPLH_female.pkl will not be used. --- Readme.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index e78881f..a6e7593 100644 --- a/Readme.md +++ b/Readme.md @@ -44,9 +44,7 @@ data ├── smplh │   ├── MANO_LEFT.pkl │   ├── MANO_RIGHT.pkl - │   ├── SMPLH_female.pkl │   ├── SMPLH_FEMALE.pkl - │   ├── SMPLH_male.pkl │   └── SMPLH_MALE.pkl └── smplx ├── SMPLX_FEMALE.pkl @@ -210,4 +208,4 @@ Please consider citing these works if you find this repo is useful for your proj [3] Pavlakos, Georgios, et al. "Expressive body capture: 3d hands, face, and body from a single image." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition. 2019. Bogo, Federica, et al. "Keep it SMPL: Automatic estimation of 3D human pose and shape from a single image." European conference on computer vision. Springer, Cham, 2016. [4] Cao, Z., Hidalgo, G., Simon, T., Wei, S.E., Sheikh, Y.: Openpose: real-time multi-person 2d pose estimation using part affinity fields. arXiv preprint arXiv:1812.08008 (2018) -``` \ No newline at end of file +```