We train an action2motion model and a text+scene2motion model. For example, input action lable, the model generate SMAL motion sequence.
run
walk to the bed
More results in demo/.
👉 https://huggingface.co/Lebin749/Animal_Motion_Diffusion_Model
conda create -n animal python=3.12 -y
conda activate animal
pip install -r requirements.txtPrepare the required datasets under data/dataset/:
action_motion_data/for action-conditioned motion generationscene_text_motion_data/for text + scene conditioned motion generationscannet++/data/for scene data used by text-scene task
python train.pypython infer.py

