Skip to content

Commit

Permalink
update model url
Browse files Browse the repository at this point in the history
  • Loading branch information
shawntz committed Jul 26, 2020
1 parent 45eb202 commit d0017b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sashimi.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit d0017b0

Please sign in to comment.