|
#!/bin/bash |
|
|
|
git config --global url.https://dkatz2391:$HF_TOKEN@huggingface.co/.insteadOf https://huggingface.co/ |
|
git lfs install |
|
|
|
|
|
git clone https://github.com/AdamGman/Make-It-Animatable --recursive --single-branch app |
|
|
|
|
|
wget https://raw.githubusercontent.com/AdamGman/Make-It-Animatable/main/util/FBX2glTF-linux-x64 -O app/util/FBX2glTF |
|
chmod +x app/util/FBX2glTF |
|
|
|
|
|
git clone https://huggingface.co/datasets/dkatz2391/AnimateDataset hf-data |
|
|
|
|
|
mkdir -p app/data |
|
git clone https://huggingface.co/dkatz2391/Mixamo2 app/data/Mixamo |
|
git -C app/data/Mixamo lfs pull |
|
|
|
|
|
rm ~/.gitconfig |
|
|
|
|
|
mv hf-data/data/* app/data/ |
|
mv hf-data/output/* app/output/ |
|
rm -r hf-data |