Skip to content

Commit

Permalink
Update import paths for COSEM models
Browse files Browse the repository at this point in the history
  • Loading branch information
rhoadesScholar committed Oct 24, 2024
1 parent 2899f44 commit 0746171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import cellmap_models
Different models are available in the `cellmap-models` module. For example, to use the models produced by the `COSEM` pilot project team, and published as part of [Whole-cell organelle segmentation in volume electron microscopy](https://doi.org/10.1038/s41586-021-03977-3):

```python
import cellmap_models.cosem as cosem_models
import cellmap_models.pytorch.cosem as cosem_models
print(cosem_models.models_list)
```
This will list the available models. To load a specific model, use the `load_model` function:
Expand Down

0 comments on commit 0746171

Please sign in to comment.