Skip to content

Commit

Permalink
Merge pull request Zielon#13 from yusukeyusuke/zielon-20220813-3
Browse files Browse the repository at this point in the history
Create directory in case it doesn't exist.
  • Loading branch information
Zielon authored Aug 15, 2022
2 parents 25fa397 + b4ba6a2 commit fa8da4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ wget -O data/pretrained/mica.tar "https://keeper.mpdl.mpg.de/f/db172dc4bd4f4c0f9
# https://github.com/deepinsight/insightface/issues/1896
# Insightface has problems with hosting the models
echo -e "\nDownloading insightface models..."
mkdir -p ~/.insightface/models/
if [ ! -d ~/.insightface/models/antelopev2 ]; then
wget -O ~/.insightface/models/antelopev2.zip "https://keeper.mpdl.mpg.de/f/2d58b7fed5a74cb5be83/?dl=1"
unzip ~/.insightface/models/antelopev2.zip -d ~/.insightface/models/antelopev2
Expand Down

0 comments on commit fa8da4e

Please sign in to comment.