Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
arunmallya committed Oct 13, 2021
1 parent 45f202e commit a2a45ea
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,10 @@ for p in correlation channelnorm resample2d bias_act upfirdn2d; do
cd ${CURRENT};
done

for p in gancraft/voxlib; do
cd imaginaire/model_utils/${p};
make all
cd ${CURRENT};
done

pip install --upgrade -r scripts/requirements.txt

0 comments on commit a2a45ea

Please sign in to comment.