dkatz2391 commited on
Commit
df9b33e
·
verified ·
1 Parent(s): 73a943e

Update install.sh

Browse files
Files changed (1) hide show
  1. install.sh +1 -1
install.sh CHANGED
@@ -7,7 +7,7 @@ git lfs install
7
  git clone https://github.com/AdamGman/Make-It-Animatable --recursive --single-branch app
8
 
9
  # Download and set up FBX2glTF
10
- wget https://github.com/facebookincubator/FBX2glTF/releases/download/v0.9.7/FBX2glTF-linux-x64 -O app/util/FBX2glTF
11
  chmod +x app/util/FBX2glTF
12
 
13
  # Clone AnimateDataset (dataset)
 
7
  git clone https://github.com/AdamGman/Make-It-Animatable --recursive --single-branch app
8
 
9
  # Download and set up FBX2glTF
10
+ wget https://github.com/AdamGman/Make-It-Animatable/blob/main/util/FBX2glTF-linux-x64 -O app/util/FBX2glTF
11
  chmod +x app/util/FBX2glTF
12
 
13
  # Clone AnimateDataset (dataset)