We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fa6dfe commit 3693db0Copy full SHA for 3693db0
scripts/download-scrfs.sh
@@ -6,7 +6,7 @@ TODAY=$(date -u +%Y%m%d)
6
7
MODEL_SOURCE="scrfd_500m_bnkps_shape640x640.onnx"
8
LOCAL_MODEL_NAME="scrfd.onnx"
9
-PRIMARY_URL="https://dl.photoprism.app/onnx/scrfd/${MODEL_SOURCE}?${TODAY}"
+PRIMARY_URL="https://dl.photoprism.app/onnx/models/${MODEL_SOURCE}?${TODAY}"
10
FALLBACK_URL="https://raw.githubusercontent.com/laolaolulu/FaceTrain/master/model/scrfd/${MODEL_SOURCE}"
11
MODEL_URL=${MODEL_URL:-"${PRIMARY_URL}"}
12
MODELS_PATH="assets/models"
0 commit comments