From 73cd8012eb22d7e46bcdaabff4bdc1d7dab607a9 Mon Sep 17 00:00:00 2001 From: Zhongang Cai <62529255+caizhongang@users.noreply.github.com> Date: Sun, 13 Oct 2024 15:05:45 +0800 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 4ee1aac..d143f8b 100644 --- a/README.md +++ b/README.md @@ -249,3 +249,13 @@ sh slurm_test.sh {JOB_NAME} {NUM_GPU} {TRAIN_OUTPUT_DIR} {CKPT_ID} - [Hand4Whole](https://github.com/mks0601/Hand4Whole_RELEASE) - [OSX](https://github.com/IDEA-Research/OSX) - [MMHuman3D](https://github.com/open-mmlab/mmhuman3d) + +## Citation +```text +@inproceedings{cai2023smplerx, + title={{SMPLer-X}: Scaling up expressive human pose and shape estimation}, + author={Cai, Zhongang and Yin, Wanqi and Zeng, Ailing and Wei, Chen and Sun, Qingping and Yanjun, Wang and Pang, Hui En and Mei, Haiyi and Zhang, Mingyuan and Zhang, Lei and Loy, Chen Change and Yang, Lei and Liu, Ziwei}, + booktitle={Advances in Neural Information Processing Systems}, + year={2023} +} +```