Skip to content

Commit

Permalink
Update Path to weight file
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 d902b97 commit 4ce5e06
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions deformationcytometer/detection/includes/UNETmodel.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@
from pathlib import Path
import urllib.request


weights_url = "https://github.com/fabrylab/Deformation_Cytometer/releases/download/v0.1/Unet_andy_transfer_learning1.h5"

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

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

0 comments on commit 4ce5e06

Please sign in to comment.