This repository has two folders as follows:
- Convolutional-Sequence-to-Sequence-Model-for-Human-Dynamics
- QuaterNet
To run evaluations on Convolutional-Sequence-to-Sequence-Model-for-Human-Dynamics follows below steps:
-
Download the data from the Google drive link below and copy the folder to the root directory. Model Link
-
To run the model and produce output. Go to the root directory and run
python src/AC_main.py -
To run the evaluations
python src/in_out_visualization/forward_kinematics_evaluation.py
-
Download the data by running
python prepare_data_short_term -
Run the model and produce output.
python test_short_term.py -
To run the evaluations
python test_short_term_fk_evaluate.py