Skip to content

Commit ac65ad3

Browse files
authored
update more bundle versions (#1693)
Signed-off-by: tangy5 <[email protected]>
1 parent bedb27e commit ac65ad3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

sample-apps/endoscopy/lib/configs/tooltracking.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def init(self, name: str, model_dir: str, conf: Dict[str, str], planner: Any, **
3535
super().init(name, model_dir, conf, planner, **kwargs)
3636

3737
bundle_name = "endoscopic_tool_segmentation"
38-
version = conf.get("tooltracking", "0.5.5")
38+
version = conf.get("tooltracking", "0.5.9")
3939
zoo_source = conf.get("zoo_source", settings.MONAI_ZOO_SOURCE)
4040

4141
self.bundle_path = os.path.join(self.model_dir, bundle_name)

sample-apps/pathology/lib/configs/hovernet_nuclei.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def init(self, name: str, model_dir: str, conf: Dict[str, str], planner: Any, **
3131

3232
bundle_name = "pathology_nuclei_segmentation_classification"
3333
zoo_source = conf.get("zoo_source", settings.MONAI_ZOO_SOURCE)
34-
version = conf.get("hovernet_nuclei", "0.2.1")
34+
version = conf.get("hovernet_nuclei", "0.2.4")
3535

3636
self.bundle_path = os.path.join(self.model_dir, bundle_name)
3737
if not os.path.exists(self.bundle_path):

sample-apps/pathology/lib/configs/nuclick.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def init(self, name: str, model_dir: str, conf: Dict[str, str], planner: Any, **
3131

3232
bundle_name = "pathology_nuclick_annotation"
3333
zoo_source = conf.get("zoo_source", settings.MONAI_ZOO_SOURCE)
34-
version = conf.get("nuclick", "0.1.4")
34+
version = conf.get("nuclick", "0.1.9")
3535

3636
self.bundle_path = os.path.join(self.model_dir, bundle_name)
3737
if not os.path.exists(self.bundle_path):

0 commit comments

Comments
 (0)