Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xcyan authored Jan 23, 2019
1 parent 048666f commit cc49e29
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ MT-VAE requires or works with
* Install [TensorFlow](https://www.tensorflow.org/)
* Note: this implementation has been tested with [TensorFlow 1.3](https://www.tensorflow.org/versions/r1.3/).

## Data Preprocessing.
## Data Preprocessing
* For Human3.6M dataset, please run the script to download the pre-processed dataset
```
bash prep_human36m_joints.sh
Expand All @@ -32,13 +32,13 @@ bash demo_human36m_trainMTVAE.sh
bash prep_human36m_model.sh
```

## Motion Synthesis Using Pre-trained Model.
## Motion Synthesis Using Pre-trained Model
* Please run the following command to generate multiple diverse human motion given initial motion.
```
bash demo_human36m_inferMTVAE.sh
```

## Motion Analogy-making Using Pre-trained Model.
## Motion Analogy-making Using Pre-trained Model
* Please run the following command to execute motion analogy-making.
```
bash demo_human36m_analogyMTVAE.sh
Expand Down

0 comments on commit cc49e29

Please sign in to comment.