8000 some parameter's meaning in the code · Issue #10 · inrainbws/transmomo.pytorch · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
some parameter's meaning in the code #10
Open
@zq1335030905

Description

@zq1335030905

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0