Thanks for the great work!
By default the control motion length is 196. I tried to edit it to shorter but there will be an error in
|
ctrlNet_cond = (global_joint - _pred_motions_denorm) * global_joint_mask.unsqueeze(-1) |
ctrlNet_cond = (global_joint - _pred_motions_denorm) * global_joint_mask.unsqueeze(-1)
RuntimeError: The size of tensor a (80) must match the size of tensor b (196) at non-singleton dimension 1
Thanks for the great work!
By default the control motion length is 196. I tried to edit it to shorter but there will be an error in
MaskControl/models/mask_transformer/control_transformer.py
Line 478 in b530ecb