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