FMPose3D / configs /fmpose3d_animals.json
deruyter92's picture
initial commit: upload fmpose3d models and configs
0cc2202 verified
raw
history blame contribute delete
375 Bytes
{
"model_type": "fmpose3d_animals",
"model": "",
"layers": 5,
"channel": 512,
"d_hid": 1024,
"token_dim": 256,
"n_joints": 26,
"out_joints": 26,
"joints_left": [0, 3, 5, 8, 10, 12, 14, 16, 20, 22],
"joints_right": [1, 4, 6, 9, 11, 13, 15, 17, 21, 23],
"root_joint": 7,
"in_channels": 2,
"out_channels": 3,
"frames": 1
}