From 79f7077106e2819ef0a0a66fa517196a9d9505f1 Mon Sep 17 00:00:00 2001 From: EricGuo5513 Date: Thu, 25 Aug 2022 10:25:26 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e1d0d4..66553a3 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ If you cannot successfully create the environment, here is a list of required li #### Download models for HumanML3D from [[here]](https://drive.google.com/file/d/1o7RTDQcToJjTm9_mNWTyzvZvjTWpZfug/view?usp=sharing). Unzip and place them under checkpoint directory, which should be like ``` ./checkpoints/t2m/ -./checkpoints/t2m/Comp_v6_KLD01/ # A dumb folder containing information for evaluation dataloading +./checkpoints/t2m/Comp_v6_KLD005/ # A dumb folder containing information for evaluation dataloading ./checkpoints/t2m/VQVAEV3_CB1024_CMT_H1024_NRES3/ # Motion discretizer ./checkpoints/t2m/M2T_EL4_DL4_NH8_PS/ # Motion (token)-to-Text translation model ./checkpoints/t2m/T2M_Seq2Seq_NML1_Ear_SME0_N/ # Text-to-Motion (token) generation model