Skip to content

Commit

Permalink
[Update] Update the url of spin.pth (#104)
Browse files Browse the repository at this point in the history
* update vibe confi

* update the url of `spin.pth`
  • Loading branch information
ttxskk authored Feb 11, 2022
1 parent cdd395a commit d2052c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configs/vibe/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ We provide the config files for VIBE: [VIBE: Video Inference for Human Body Pose
- [J_regressor_extra.npy](https://openmmlab-share.oss-cn-hangzhou.aliyuncs.com/mmhuman3d/models/J_regressor_extra.npy?versionId=CAEQHhiBgIDD6c3V6xciIGIwZDEzYWI5NTBlOTRkODU4OTE1M2Y4YTI0NTVlZGM1)
- [J_regressor_h36m.npy](https://openmmlab-share.oss-cn-hangzhou.aliyuncs.com/mmhuman3d/models/J_regressor_h36m.npy?versionId=CAEQHhiBgIDE6c3V6xciIDdjYzE3MzQ4MmU4MzQyNmRiZDA5YTg2YTI5YWFkNjRi)
- [smpl_mean_params.npz](https://openmmlab-share.oss-cn-hangzhou.aliyuncs.com/mmhuman3d/models/smpl_mean_params.npz?versionId=CAEQHhiBgICN6M3V6xciIDU1MzUzNjZjZGNiOTQ3OWJiZTJmNThiZmY4NmMxMTM4)
- The pretrained frame feature extractor [spin.pth](https://openmmlab-share.oss-cn-hangzhou.aliyuncs.com/mmhuman3d/models/vibe/spin.pth?versionId=CAEQHhiBgIDrxqbU6xciIGIzOWFkMWYyNzMwMjRhMzBiYzM3NDFiMmVkY2JkZTVh)
- The pretrained frame feature extractor [spin.pth](https://openmmlab-share.oss-cn-hangzhou.aliyuncs.com/mmhuman3d/models/vibe/spin.pth?versionId=CAEQKhiBgMD9hdub9xciIDIxMGI4NmMxMGIyNzQxOGM5YzYxZjMyYTVmMjllOTAy)

Download the above resources and arrange them in the following file structure:

Expand Down
2 changes: 1 addition & 1 deletion configs/vibe/resnet50_vibe_pw3d.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
out_indices=[3],
norm_eval=False,
norm_cfg=dict(type='SyncBN', requires_grad=True)),
checkpoint='data/vibe_backbone.pth')
checkpoint='data/pretrained/spin.pth')
# dataset settings
dataset_type = 'HumanVideoDataset'
data_keys = [
Expand Down

0 comments on commit d2052c3

Please sign in to comment.