@@ -309,7 +309,8 @@ def cellvit_sam_base(
309
309
Parameters
310
310
----------
311
311
enc_name : str
312
- Name of the encoder. One of: "sam_vit_b", "sam_vit_l", "sam_vit_h",
312
+ Name of the encoder. One of: "samvit_base_patch16", "samvit_base_patch16_224",
313
+ "samvit_huge_patch16", "samvit_large_patch16"
313
314
type_classes : int
314
315
Number of type classes.
315
316
inst_classes : int, default=2
@@ -350,7 +351,8 @@ def cellvit_sam_plus(
350
351
Parameters
351
352
----------
352
353
enc_name : str
353
- Name of the encoder. One of: "sam_vit_b", "sam_vit_l", "sam_vit_h",
354
+ Name of the encoder. One of: "samvit_base_patch16", "samvit_base_patch16_224",
355
+ "samvit_huge_patch16", "samvit_large_patch16"
354
356
type_classes : int
355
357
Number of type-branch classes.
356
358
sem_classes : int
@@ -388,7 +390,8 @@ def cellvit_sam_small(enc_name: str, type_classes: int, **kwargs) -> nn.Module:
388
390
Parameters
389
391
----------
390
392
enc_name : str
391
- Name of the encoder. One of: "sam_vit_b", "sam_vit_l", "sam_vit_h",
393
+ Name of the encoder. One of: "samvit_base_patch16", "samvit_base_patch16_224",
394
+ "samvit_huge_patch16", "samvit_large_patch16"
392
395
type_classes : int
393
396
Number of type-branch classes.
394
397
**kwargs:
@@ -423,7 +426,8 @@ def cellvit_sam_small_plus(
423
426
Parameters
424
427
----------
425
428
enc_name : str
426
- Name of the encoder. One of: "sam_vit_b", "sam_vit_l", "sam_vit_h",
429
+ Name of the encoder. One of: "samvit_base_patch16", "samvit_base_patch16_224",
430
+ "samvit_huge_patch16", "samvit_large_patch16"
427
431
type_classes : int
428
432
Number of type-branch classes.
429
433
sem_classes : int
0 commit comments