Skip to content

Commit

Permalink
add demo code
Browse files Browse the repository at this point in the history
  • Loading branch information
Vegetebird committed Jun 27, 2022
1 parent 557074a commit 5fbb024
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!


Expand Down Expand Up @@ -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},
Expand Down
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5fbb024

Please sign in to comment.