# Create environment
conda create -n scenemi python=3.9
conda activate scenemi
# Install dependencies
pip install -r requirements.txt-
Download the TRUMANS dataset and place it under:
dataset/TRUMANS/Data_release/ -
Download SMPL-X body models and place them under:
body_models/smplx/ -
Preprocess the dataset:
python preprocess_dataset.py
To train the diffusion-based SceneMI model:
python -m train.train_diffusion_scenemib@misc{hwang2025scenemimotioninbetweeningmodeling,
title={SceneMI: Motion In-betweening for Modeling Human-Scene Interactions},
author={Inwoo Hwang and Bing Zhou and Young Min Kim and Jian Wang and Chuan Guo},
year={2025},
eprint={2503.16289},
archivePrefix={arXiv},
primaryClass={cs.CV},
url={https://arxiv.org/abs/2503.16289},
}
We sincerely thank the open-source projects that our code builds upon and draws inspiration from:
CondMDI, TRUMANS and MDM.
