Browse by type
This repo is official PyTorch implementation of MultiAct: Long-Term 3D Human Motion Generation from Multiple Actions (AAAI 2023 Oral.).
sh requirements.sh to install the python packages. You should slightly change torchgeometry kernel code following here.${ROOT}/output.python generate.py --env gen --gpu 0 --mode gen_short for the short-term generation.python generate.py --env gen --gpu 0 --mode gen_long for the long-term generation.${ROOT}/output/gen_release/vis/.${ROOT}
|-- dataset
| |-- BABEL
| | |-- AMASS
| | |-- babel_v1.0_release
${ROOT}
|-- human_models
| |-- SMPLH_MALE.pkl
| |-- SMPLH_FEMALE.pkl
| |-- SMPLH_NEUTRAL.npz
${ROOT}/body_visualizer/.python train.py --env train --gpu 0.python test.py --env test --gpu 0.${ROOT}/output/test_release/log/.python generate.py --env gen --gpu 0 --mode gen_short for the short-term generation.${ROOT}/output/gen_release/vis/single_step_unseen.python generate.py --env gen --gpu 0 --mode gen_long for the long-term generation.${ROOT}/output/gen_release/vis/long_term/(exp_no)/(sample_no)/(step-by-step motion).${ROOT}/envs/gen.yaml to match your purpose.resume: True in environment file.resume_exp, resume_sample, and resume_step to determine which point to continue the generation.${ROOT}/output/gen_release/vis/long_term/(next_exp_no)/(sample_no)/(step-by-step motion).@InProceedings{Lee2023MultiAct,
author = {Lee, Taeryung and Moon, Gyeongsik and Lee, Kyoung Mu},
title = {MultiAct: Long-Term 3D Human Motion Generation from Multiple Action Labels},
booktitle = {AAAI Conference on Artificial Intelligence (AAAI)},
year = {2023}
}
$ claude mcp add MultiAct_RELEASE \
-- python -m otcore.mcp_server <graph>