-
Notifications
You must be signed in to change notification settings - Fork 31
Description
Pre-trained model weights have been officially released and are now available via the deepcell access portal at https://users.deepcell.org. The first official release of models/datasets are version 1.2.
Model access
Pre-trained models and training datasets are licensed under a modified Apache license for non-commercial academic use only. Account requests to https://users.deepcell.org/ are automatically evaluated for license compliance. In some cases, particularly for non-.org and .edu domains, manual review is required, which can take several days.
Quickstart
Users can ensure they have access to the latest weights by:
- Updating the codebase; i.e.
git pulland reinstall or follow the installation instructions - Set your deepcell access token: e.g.
export DEEPCELL_ACCESS_TOKEN=<token-generated-on-users.deepcell.org> - Downloading the latest pre-trained model weights:
python -c "import cellSAM; cellSAM.get_model();" - (Optional) downloading the evaluation dataset:
python -c "import cellSAM; cellSAM.download_training_data();". The dataset is not required for inference, but is provided for reproducibility.
See the documentation for more information.
Previous pre-trained weights
There have been previous model weights released to aid in review/preliminary evaluation of the work. These are no longer compatible with the latest software release and have been superseded by the v1.2 release.
cellsam_base.ptcellsam_base_v1.1.pt
Reproducibility
The official weights can be used to reproduce the results in the publication. See the docs on reproducibility for details.