Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PRIMAL: Physically Reactive and Interactive Motor Model for Avatar Learning

This repo is developed based on pytorch-lightning, hydra, huggingface libs, and others.

project page

Documentation

The documentation has been moved to the docs/ directory to keep the project organized.

Quick Start

1. Inference with Gradio

Run the gradio demo for the base model:

poetry run python demos/ARDiffusion_gradio.py logs/motion_diffuser_ar/runs/silu_anchor

For the action generation model:

poetry run python demos/ARDiffusionAction_gradio.py logs/motion_diffuser_ar_action/runs/ours

2. Training

To pretrain the base model:

python scripts/train.py --config-name=train_diffusion task_name=motion_diffuser_ar

For detailed training instructions, including adaptation and custom datasets, please refer to the Experiment Guide.

License and Citation

See license file for more details. Please cite the following work if it helps.

@inproceedings{primal:iccv:2025,
  author = {Zhang, Yan and Feng, Yao and Cseke, Alpár and Saini, Nitin and Bajandas, Nathan and Heron, Nicolas and Black, Michael J.},  
   title = {{PRIMAL:} Physically Reactive and Interactive Motor Model for Avatar Learning},
  booktitle = {Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV)},
  month = oct,
  year = {2025}
}

About

official implementation of [PRIMAL: Physically Reactive and Interactive Motor Model for Avatar Learning, ICCV'25]

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages