Skip to content

Commit

Permalink
Update data instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
LinghaoChan authored Dec 1, 2024
1 parent d2343d0 commit a6f44a7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down

0 comments on commit a6f44a7

Please sign in to comment.