Skip to content

Commit

Permalink
adding option for legacy models in API (#1025)
Browse files Browse the repository at this point in the history
  • Loading branch information
carsen-stringer committed Oct 25, 2024
1 parent f4df313 commit 9d2ee82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cellpose/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"cyto3", "nuclei", "cyto2_cp3", "tissuenet_cp3", "livecell_cp3", "yeast_PhC_cp3",
"yeast_BF_cp3", "bact_phase_cp3", "bact_fluor_cp3", "deepbacs_cp3", "cyto2", "cyto", "CPx",
"transformer_cp3", "neurips_cellpose_default", "neurips_cellpose_transformer",
"neurips_grayscale_cyto2"
"neurips_grayscale_cyto2",
"CP", "CPx", "TN1", "TN2", "TN3", "LC1", "LC2", "LC3", "LC4"
]

MODEL_LIST_PATH = os.fspath(MODEL_DIR.joinpath("gui_models.txt"))
Expand Down

0 comments on commit 9d2ee82

Please sign in to comment.