From 5fbb0248ce6dd7db51f669422ed2dc86556e3f7a Mon Sep 17 00:00:00 2001 From: Vegetebird <781256005@qq.com> Date: Mon, 27 Jun 2022 20:42:37 +0800 Subject: [PATCH] add demo code --- README.md | 4 ++-- main.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2d732a4d7..0591a10c1 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This is the official implementation of the approach described in the paper: ## News -- 03/24/2022: Demo and in-the-wild inference code is released! +- 03/24/2022: Demo and in-the-wild inference code are released! - 03/15/2022: Our method has been verified in [self-supervised pre-training](https://arxiv.org/pdf/2203.07628.pdf) as a backbone network! @@ -78,7 +78,7 @@ Sample demo output: If you find our work useful in your research, please consider citing: @article{li2022exploiting, - title={Exploiting temporal contexts with strided transformer for 3d human pose estimation}, + title={Exploiting Temporal Contexts with Strided Transformer for 3D Human Pose Estimation}, author={Li, Wenhao and Liu, Hong and Ding, Runwei and Liu, Mengyuan and Wang, Pichao and Yang, Wenming}, journal={IEEE Transactions on Multimedia}, year={2022}, diff --git a/main.py b/main.py index bc08747e1..5db784796 100644 --- a/main.py +++ b/main.py @@ -156,7 +156,7 @@ def input_augmentation(input_2D, model_trans): if opt.reload: model_path = sorted(glob.glob(os.path.join(opt.previous_dir, '*.pth'))) - refine_path = [] + no_refine_path = [] for path in model_path: if path.split('/')[-1][0] == 'n': no_refine_path = path