Skip to content

Commit

Permalink
Add script to download and unzip model to proper location
Browse files Browse the repository at this point in the history
  • Loading branch information
SthPhoenix committed Feb 18, 2020
1 parent 7c576db commit 49fc179
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions load_model.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#! /bin/bash

curl https://www.dropbox.com/s/tj96fsm6t6rq8ye/model-r100-arcface-ms1m-refine-v2.zip?dl=1 -o model-r100-arcface-ms1m-refine-v2.zip -J -L -k
unzip model-r100-arcface-ms1m-refine-v2.zip -d src/api/models
rm model-r100-arcface-ms1m-refine-v2.zip

0 comments on commit 49fc179

Please sign in to comment.