Commit d2052c3 1 parent cdd395a commit d2052c3 Copy full SHA for d2052c3
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ We provide the config files for VIBE: [VIBE: Video Inference for Human Body Pose
21
21
- [ J_regressor_extra.npy] ( https://openmmlab-share.oss-cn-hangzhou.aliyuncs.com/mmhuman3d/models/J_regressor_extra.npy?versionId=CAEQHhiBgIDD6c3V6xciIGIwZDEzYWI5NTBlOTRkODU4OTE1M2Y4YTI0NTVlZGM1 )
22
22
- [ J_regressor_h36m.npy] ( https://openmmlab-share.oss-cn-hangzhou.aliyuncs.com/mmhuman3d/models/J_regressor_h36m.npy?versionId=CAEQHhiBgIDE6c3V6xciIDdjYzE3MzQ4MmU4MzQyNmRiZDA5YTg2YTI5YWFkNjRi )
23
23
- [ 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 )
25
25
26
26
Download the above resources and arrange them in the following file structure:
27
27
Original file line number Diff line number Diff line change 54
54
out_indices = [3 ],
55
55
norm_eval = False ,
56
56
norm_cfg = dict (type = 'SyncBN' , requires_grad = True )),
57
- checkpoint = 'data/vibe_backbone .pth' )
57
+ checkpoint = 'data/pretrained/spin .pth' )
58
58
# dataset settings
59
59
dataset_type = 'HumanVideoDataset'
60
60
data_keys = [
You can’t perform that action at this time.
0 commit comments