From c9c1f50691e78ba13f197c1afa1c46fabc79bc66 Mon Sep 17 00:00:00 2001 From: EricGuo5513 Date: Mon, 18 Jul 2022 17:33:10 -0600 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b423011..2e1d0d4 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ We use the same extractors provided by https://github.com/EricGuo5513/text-to-mo ## Generating and Animating 3D Motions (HumanML3D) -### Translating motions into langauge (using test sets) +### Translating motions into langauge (using test set) With Beam Search: ```sh python evaluate_m2t_transformer.py --name M2T_EL4_DL4_NH8_PS --gpu_id 2 --num_results 20 --n_enc_rs 4 --n_dec_layers 4 --proj_share_weight --ext beam_search @@ -131,7 +131,7 @@ With Sampling: python evaluate_m2t_transformer.py --name M2T_EL4_DL4_NH8_PS --gpu_id 2 --num_results 20 --n_enc_layers 4 --n_dec_layers 4 --proj_share_weight --sample --top_k 3 --ext top_3 ``` -### Generating motions from texts (using test sets) +### Generating motions from texts (using test set) ```sh python evaluate_t2m_seq2seq.py --name T2M_Seq2Seq_NML1_Ear_SME0_N --num_results 10 --repeat_times 3 --sample --ext sample ```