From 15e6ecb95d4bec0381f6fc67084c19a5d97df6f4 Mon Sep 17 00:00:00 2001 From: kba Date: Wed, 29 Oct 2025 21:27:10 +0100 Subject: [PATCH] make models: update URL --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index fe321b8..8744d0a 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ WGET = wget -O #SEG_MODEL := https://github.com/qurator-spk/eynollah/releases/download/v0.3.0/models_eynollah.tar.gz #SEG_MODEL := https://github.com/qurator-spk/eynollah/releases/download/v0.3.1/models_eynollah.tar.gz #SEG_MODEL := https://zenodo.org/records/17194824/files/models_layout_v0_5_0.tar.gz?download=1 -EYNOLLAH_MODELS_URL := https://zenodo.org/records/17295988/files/models_all_v0_7_0.zip +EYNOLLAH_MODELS_URL := https://zenodo.org/records/17417471/files/models_all_v0_7_0.zip EYNOLLAH_MODELS_ZIP = $(notdir $(EYNOLLAH_MODELS_URL)) EYNOLLAH_MODELS_DIR = $(EYNOLLAH_MODELS_ZIP:%.zip=%) @@ -46,7 +46,6 @@ help: # END-EVAL - # Download and extract models to $(PWD)/models_layout_v0_6_0 models: $(EYNOLLAH_MODELS_DIR)