Skip to content

Commit

Permalink
update more bundle versions (#1693)
Browse files Browse the repository at this point in the history
Signed-off-by: tangy5 <[email protected]>
  • Loading branch information
tangy5 authored May 24, 2024
1 parent bedb27e commit ac65ad3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sample-apps/endoscopy/lib/configs/tooltracking.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def init(self, name: str, model_dir: str, conf: Dict[str, str], planner: Any, **
super().init(name, model_dir, conf, planner, **kwargs)

bundle_name = "endoscopic_tool_segmentation"
version = conf.get("tooltracking", "0.5.5")
version = conf.get("tooltracking", "0.5.9")
zoo_source = conf.get("zoo_source", settings.MONAI_ZOO_SOURCE)

self.bundle_path = os.path.join(self.model_dir, bundle_name)
Expand Down
2 changes: 1 addition & 1 deletion sample-apps/pathology/lib/configs/hovernet_nuclei.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def init(self, name: str, model_dir: str, conf: Dict[str, str], planner: Any, **

bundle_name = "pathology_nuclei_segmentation_classification"
zoo_source = conf.get("zoo_source", settings.MONAI_ZOO_SOURCE)
version = conf.get("hovernet_nuclei", "0.2.1")
version = conf.get("hovernet_nuclei", "0.2.4")

self.bundle_path = os.path.join(self.model_dir, bundle_name)
if not os.path.exists(self.bundle_path):
Expand Down
2 changes: 1 addition & 1 deletion sample-apps/pathology/lib/configs/nuclick.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def init(self, name: str, model_dir: str, conf: Dict[str, str], planner: Any, **

bundle_name = "pathology_nuclick_annotation"
zoo_source = conf.get("zoo_source", settings.MONAI_ZOO_SOURCE)
version = conf.get("nuclick", "0.1.4")
version = conf.get("nuclick", "0.1.9")

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

0 comments on commit ac65ad3

Please sign in to comment.