README.md
May 17, 2023 ยท View on GitHub
Motion Question Answering via Modular Motion Programs
Mark Endo* , Joy Hsu* , Jiaman Li , Jiajun Wu
In International Conference on Machine Learning (ICML) 2023
We split our repository into two sections, one for our proposed BABEL-QA dataset and the other for our NSPose method.
Setup
Run the following commands to install necessary dependencies.
conda create -n human_motion_qa python=3.7.11
conda activate human_motion_qa
pip install -r requirements.txt
BABEL-QA
Due to data distribution policies of AMASS and BABEL, we are not allowed to distribute the dataset directly. We provide data generation code in BABEL-QA/.
NSPose
Please see NSPose/ for more details.