Open
Description
I want to know what is unit meaning in this function. Hope for your reply.
`def preprocess_test(motion, meanpose, stdpose, unit=128):
motion = motion * unit
motion[1, :, :] = (motion[2, :, :] + motion[5, :, :]) / 2
motion[8, :, :] = (motion[9, :, :] + motion[12, :, :]) / 2
start = motion[8, :, 0]
motion = localize_motion(motion)
motion = normalize_motion(motion, meanpose, stdpose)
return motion, start
`
Metadata
Metadata
Assignees
Labels
No labels