tried to remove md5 for parenchyma model
Browse files- livermask/utils/utils.py +1 -1
livermask/utils/utils.py
CHANGED
|
@@ -7,7 +7,7 @@ from .unet3d import UNet3D
|
|
| 7 |
def get_model(output):
|
| 8 |
url = "https://drive.google.com/uc?id=12or5Q79at2BtLgQ7IaglNGPFGRlEgEHc"
|
| 9 |
md5 = "ef5a6dfb794b39bea03f5496a9a49d4d"
|
| 10 |
-
gdown.cached_download(url, output
|
| 11 |
|
| 12 |
|
| 13 |
def get_vessel_model(output):
|
|
|
|
| 7 |
def get_model(output):
|
| 8 |
url = "https://drive.google.com/uc?id=12or5Q79at2BtLgQ7IaglNGPFGRlEgEHc"
|
| 9 |
md5 = "ef5a6dfb794b39bea03f5496a9a49d4d"
|
| 10 |
+
gdown.cached_download(url, output) #, md5=md5) #, postprocess=gdown.extractall)
|
| 11 |
|
| 12 |
|
| 13 |
def get_vessel_model(output):
|