From d0017b015cc800e133047d76d09a97b15b3ccca1 Mon Sep 17 00:00:00 2001 From: Shawn Schwartz Date: Sat, 25 Jul 2020 17:37:35 -0700 Subject: [PATCH] update model url --- sashimi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sashimi.py b/sashimi.py index aba73bd..1aaf1d7 100644 --- a/sashimi.py +++ b/sashimi.py @@ -30,7 +30,7 @@ WEIGHTS_PATH = os.path.join(ROOT_DIR, MODEL_DIR, "fish_segmentation_model_schwartz_v1.h5") DATASET_DIR = os.path.join(ROOT_DIR, "sashimi") -MODEL_URL = "https://github.com/ShawnTylerSchwartz/sashimi/releases/download/V1.0/fish_segmentation_model_schwartz_v1.h5" +MODEL_URL = "https://github.com/ShawnTylerSchwartz/sashimi/releases/download/v1.0.0/fish_segmentation_model_schwartz_v1.h5" TRAIN_ZIP_FILE = "train.zip" VAL_ZIP_FILE = "val.zip" TRAIN_ZIP_PATH = os.path.join(ROOT_DIR, "sashimi")