From a6f44a791940682fe335c82f1b436bae05a1cebb Mon Sep 17 00:00:00 2001 From: Ling-Hao CHEN <48591455+LinghaoChan@users.noreply.github.com> Date: Sun, 1 Dec 2024 12:19:43 +0800 Subject: [PATCH] Update data instruction --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 9728323..5534c0e 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,15 @@ Please refer to [HumanML3D](https://github.com/EricGuo5513/HumanML3D) for text-t ``` cp -r ../HumanML3D/HumanML3D ./datasets/humanml3d ``` +Copy the mean/std file of HumanML3D into the `./data` path as `t2m_mean.npy` and `t2m_std.npy` respectively. The data structure should be: +``` +./data +├── checkpoints +├── glove +├── HumanML3D +├── t2m_mean.npy +└── t2m_std.npy +``` The unofficial method of data preparation can be found in this [issue](https://github.com/Dai-Wenxun/MotionLCM/issues/6).