Skip to content

Commit

Permalink
Improved Engine
Browse files Browse the repository at this point in the history
  • Loading branch information
mbasheer04 committed Jan 24, 2025
1 parent 46d30f2 commit 3b51acb
Show file tree
Hide file tree
Showing 4 changed files with 586 additions and 1,434 deletions.
2,016 changes: 583 additions & 1,433 deletions examples/sam-architecture.ipynb

Large diffs are not rendered by default.

Empty file.
4 changes: 3 additions & 1 deletion tiatoolbox/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from .architecture.sam import SAM
from .engine.multi_task_segmentor import MultiTaskSegmentor
from .engine.nucleus_instance_segmentor import NucleusInstanceSegmentor
from .engine.sam_engine import GeneralSegmentor
from .engine.general_segmentor import GeneralSegmentor
from .engine.patch_predictor import (
IOPatchPredictorConfig,
PatchDataset,
Expand All @@ -35,7 +35,9 @@
"MicroNet",
"MultiTaskSegmentor",
"NuClick",
"SAM",
"NucleusInstanceSegmentor",
"PatchPredictor",
"SemanticSegmentor",
"GeneralSegmentor",
]
File renamed without changes.

0 comments on commit 3b51acb

Please sign in to comment.