File size: 306 Bytes
5ac6ee6
c0eac48
 
 
 
 
 
 
 
 
5ac6ee6
1
2
3
4
5
6
7
8
9
10
11
cd /data
rm -rf checkpoints
mkdir checkpoints
cd checkpoints
mkdir t2m
cd t2m 
echo -e "Downloading pretrained models for HumanML3D dataset"
gdown --fuzzy https://drive.google.com/file/d/1dtKP2xBk-UjG9o16MVfBJDmGNSI56Dch/view?usp=sharing
unzip humanml3d_models.zip
rm humanml3d_models.zip
cd /home/user/app