Skip to content

Commit e2c8c00

Browse files
author
Stefan Hahmann
committed
Remove Cellpose3 models that lead to errors while running the python code
1 parent 9ced05e commit e2c8c00

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/main/java/org/mastodon/mamut/detection/Cellpose3.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,6 @@ public enum MODEL_TYPE
8383
CYTO2( "cyto2", true ),
8484
CYTO( "cyto", true ),
8585
CPX( "CPx", false ),
86-
TRANSFORMER_CP3( "transformer_cp3", false ),
87-
NEURIPS_CELLPOSE_DEFAULT( "neurips_cellpose_default", false ),
88-
NEURIPS_CELLPOSE_TRANSFORMER( "neurips_cellpose_transformer", false ),
8986
NEURIPS_GRAYSCALE_CYTO2( "neurips_grayscale_cyto2", false ),
9087
CP( "CP", false ),
9188
CPX2( "CPx", false ),

0 commit comments

Comments
 (0)