File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 33<div align =" center " >
44
55[ ![ Generic badge] ( https://img.shields.io/badge/License-MIT-<COLOR>.svg?style=for-the-badge )] ( https://github.com/okunator/cellseg_models.pytorch/blob/master/LICENSE )
6- [ ![ PyTorch - Version] ( https://img.shields.io/badge/PYTORCH-1.7 +-red?style=for-the-badge&logo=pytorch )] ( https://pytorch.org/ )
6+ [ ![ PyTorch - Version] ( https://img.shields.io/badge/PYTORCH-1.8 +-red?style=for-the-badge&logo=pytorch )] ( https://pytorch.org/ )
77[ ![ Python - Version] ( https://img.shields.io/badge/PYTHON-3.7+-red?style=for-the-badge&logo=python&logoColor=white )] ( https://www.python.org/ )
88<br >
99[ ![ Github Test] ( https://img.shields.io/github/workflow/status/okunator/cellseg_models.pytorch/Tests?label=Tests&logo=github&style=for-the-badge )] ( https://github.com/okunator/cellseg_models.pytorch/actions/workflows/tests.yml )
@@ -57,10 +57,18 @@ Contains multi-task encoder-decoder architectures (U-Net-like) along with dedica
5757
5858## Installation
5959
60+ ** Basic installation**
61+
6062``` shell
6163pip install cellseg-models-pytorch
6264```
6365
66+ ** To install extra dependencies (training utilities and datamodules for open-source datasets) use**
67+
68+ ``` shell
69+ pip install cellseg-models-pytorch[all]
70+ ```
71+
6472## Code Examples
6573
6674** Define Cellpose for cell segmentation.**
You can’t perform that action at this time.
0 commit comments