Skip to content

Commit cbbdf5f

Browse files
committed
update osf download
1 parent 972bb14 commit cbbdf5f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Granny/Analyses/Segmentation.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class SegmentationConfig:
4141
MODELS: Dict[str, Dict[str, str]] = {
4242
"pome_fruit-v1_0": {
4343
"full_name": "granny-v1_0-pome_fruit-v1_0.pt",
44-
"url": "https://osf.io/dqzyn/download/",
44+
"url": "https://osf.io/vyfhm/download/",
4545
}
4646
}
4747

@@ -125,7 +125,6 @@ def _getModelUrl(self, model_name: str):
125125
model_url = ""
126126
try:
127127
model_url = self.models[model_name]["url"]
128-
print(f"Model URL: {model_url}")
129128
except KeyError:
130129
print(f"Key '{model_name}' not found in configuration.")
131130
return model_url

0 commit comments

Comments
 (0)