GitHub

@inproceedings{wang2019learning,
  title={Learning a Generative Model for Multi-Step Human-Object Interactions from Videos},
  author={Wang, He and Pirk, S{\"o}ren and Yumer, Ersin and Kim, Vladimir G and Sener, Ozan and Sridhar, Srinath and Guibas, Leonidas J},
  booktitle={Computer Graphics Forum},
  volume={38},
  number={2},
  pages={367--378},
  year={2019},
  organization={Wiley Online Library}
}

This is a tensorflow implementation of Action Plot RNN. The model generates action plots.

# Train a new Action Plot model from scratch
python3 train.py
# Sampling action plots using a checkpoint
python3 sample.py --save_dir=/ckpts/ckpts_dir --obj_list="book phone bowl bottle cup orange"

Read the original on github.com ↗