Skip to content

Commit d2052c3

Browse files
authored
[Update] Update the url of spin.pth (#104)
* update vibe confi * update the url of `spin.pth`
1 parent cdd395a commit d2052c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configs/vibe/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ We provide the config files for VIBE: [VIBE: Video Inference for Human Body Pose
2121
- [J_regressor_extra.npy](https://openmmlab-share.oss-cn-hangzhou.aliyuncs.com/mmhuman3d/models/J_regressor_extra.npy?versionId=CAEQHhiBgIDD6c3V6xciIGIwZDEzYWI5NTBlOTRkODU4OTE1M2Y4YTI0NTVlZGM1)
2222
- [J_regressor_h36m.npy](https://openmmlab-share.oss-cn-hangzhou.aliyuncs.com/mmhuman3d/models/J_regressor_h36m.npy?versionId=CAEQHhiBgIDE6c3V6xciIDdjYzE3MzQ4MmU4MzQyNmRiZDA5YTg2YTI5YWFkNjRi)
2323
- [smpl_mean_params.npz](https://openmmlab-share.oss-cn-hangzhou.aliyuncs.com/mmhuman3d/models/smpl_mean_params.npz?versionId=CAEQHhiBgICN6M3V6xciIDU1MzUzNjZjZGNiOTQ3OWJiZTJmNThiZmY4NmMxMTM4)
24-
- The pretrained frame feature extractor [spin.pth](https://openmmlab-share.oss-cn-hangzhou.aliyuncs.com/mmhuman3d/models/vibe/spin.pth?versionId=CAEQHhiBgIDrxqbU6xciIGIzOWFkMWYyNzMwMjRhMzBiYzM3NDFiMmVkY2JkZTVh)
24+
- The pretrained frame feature extractor [spin.pth](https://openmmlab-share.oss-cn-hangzhou.aliyuncs.com/mmhuman3d/models/vibe/spin.pth?versionId=CAEQKhiBgMD9hdub9xciIDIxMGI4NmMxMGIyNzQxOGM5YzYxZjMyYTVmMjllOTAy)
2525

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

configs/vibe/resnet50_vibe_pw3d.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
out_indices=[3],
5555
norm_eval=False,
5656
norm_cfg=dict(type='SyncBN', requires_grad=True)),
57-
checkpoint='data/vibe_backbone.pth')
57+
checkpoint='data/pretrained/spin.pth')
5858
# dataset settings
5959
dataset_type = 'HumanVideoDataset'
6060
data_keys = [

0 commit comments

Comments
 (0)