Skip to content

Commit

Permalink
Updated path to weight file again
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Bauer authored and Andreas Bauer committed Nov 6, 2020
1 parent 4ce5e06 commit 8159749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deformationcytometer/detection/includes/UNETmodel.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from pathlib import Path
import urllib.request

weights_url = "https://github.com/fabrylab/Deformation_Cytometer/releases/download/v0.1/Unet_transfer_learning2_20201006-155443.h5"
weights_url = "https://github.com/fabrylab/Deformation_Cytometer/releases/download/v0.2/Unet_transfer_learning2_20201006-155443.h5"

def get_store_path(url):
url = Path(url)
Expand Down

0 comments on commit 8159749

Please sign in to comment.