File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 2828from tiatoolbox .models .models_abc import model_to
2929from tiatoolbox .tools .patchextraction import PointsPatchExtractor
3030from tiatoolbox .type_hints import Resolution , Units
31- from tiatoolbox .wsicore .wsireader import VirtualWSIReader , WSIReader
31+ from tiatoolbox .wsicore .wsireader import VirtualWSIReader
3232
3333if TYPE_CHECKING : # pragma: no cover
3434 from tiatoolbox .type_hints import Callable , IntBounds , IntPair
@@ -40,15 +40,15 @@ class PromptSegmentor(SemanticSegmentor):
4040 Uses the SAM2 model architecture.
4141
4242 Args:
43- model (SAM):
43+ model (SAM):
4444 Model architecture to use.
45- batch_size (int):
45+ batch_size (int):
4646 Batch size for processing.
47- num_loader_workers (int):
47+ num_loader_workers (int):
4848 Number of workers for data loading.
49- dataset_class (Callable):
49+ dataset_class (Callable):
5050 Dataset class to use.
51-
51+
5252 """
5353
5454 def __init__ (
You can’t perform that action at this time.
0 commit comments