Skip to content

Commit 69eefc9

Browse files
committed
updated downloadable model default path
1 parent c9fb92d commit 69eefc9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

openst/preprocessing/image_preprocess.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"HE_CUT_rajewsky"
2626
]
2727

28-
MODEL_DIR = pathlib.Path.home().joinpath(".CUT", "models")
28+
MODEL_DIR = pathlib.Path.home().joinpath(".openst", "CUT", "models")
2929
_MODEL_URL = "http://bimsbstatic.mdc-berlin.de/rajewsky/openst-public-data/CUT_models"
3030

3131
def create_dataset(args, opt):

openst/segmentation/segment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
]
3333

3434
# adapted from cellpose
35-
MODEL_DIR = pathlib.Path.home().joinpath(".cellpose", "models")
35+
MODEL_DIR = pathlib.Path.home().joinpath(".openst", "cellpose", "models")
3636
_MODEL_URL = "http://bimsbstatic.mdc-berlin.de/rajewsky/openst-public-data/models"
3737

3838
def cache_model_path(basename):

0 commit comments

Comments
 (0)