deruyter92 commited on
Commit
0cc2202
·
verified ·
1 Parent(s): 9a6f36a

initial commit: upload fmpose3d models and configs

Browse files
configs/fmpose3d_animals.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "fmpose3d_animals",
3
+ "model": "",
4
+ "layers": 5,
5
+ "channel": 512,
6
+ "d_hid": 1024,
7
+ "token_dim": 256,
8
+ "n_joints": 26,
9
+ "out_joints": 26,
10
+ "joints_left": [0, 3, 5, 8, 10, 12, 14, 16, 20, 22],
11
+ "joints_right": [1, 4, 6, 9, 11, 13, 15, 17, 21, 23],
12
+ "root_joint": 7,
13
+ "in_channels": 2,
14
+ "out_channels": 3,
15
+ "frames": 1
16
+ }
configs/fmpose3d_humans.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "fmpose3d_humans",
3
+ "model": "",
4
+ "layers": 5,
5
+ "channel": 512,
6
+ "d_hid": 1024,
7
+ "token_dim": 256,
8
+ "n_joints": 17,
9
+ "out_joints": 17,
10
+ "joints_left": [4, 5, 6, 11, 12, 13],
11
+ "joints_right": [1, 2, 3, 14, 15, 16],
12
+ "root_joint": 0,
13
+ "in_channels": 2,
14
+ "out_channels": 3,
15
+ "frames": 1
16
+ }
fmpose3d_animals.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4dfea553e8bb75c7f42c3a1cbfaabd524497ad51590b1f3934a400e518e29c21
3
+ size 64222913
fmpose3d_humans.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ded072003847f1ef4943efc26ae4ef95555d89bb0616e8a56aaaaf01ca4ba527
3
+ size 64248652