From 984e5acf1f6d9b29aaadec3d0f7df99e3407ab68 Mon Sep 17 00:00:00 2001 From: ericup Date: Sat, 26 Aug 2023 16:33:46 +0200 Subject: [PATCH] Add download link --- README.md | 6 +++--- celldetection/visualization/images.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bfd0308..aeeb9e6 100644 --- a/README.md +++ b/README.md @@ -44,9 +44,9 @@ pip install git+https://github.com/FZJ-INM1-BDA/celldetection.git model = cd.fetch_model(model_name, check_hash=True) ``` -| model name | training data | -|---------------------------------------------|----------------------------------------------------------------------------------------------------------------------| -| `ginoro_CpnResNeXt101UNet-fbe875f1a3e5ce2c` | BBBC039, BBBC038, Omnipose, Cellpose, Sartorius - Cell Instance Segmentation, Livecell, NeurIPS 22 CellSeg Challenge | +| model name | training data | link | +|---------------------------------------------|----------------------------------------------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------------:| +| `ginoro_CpnResNeXt101UNet-fbe875f1a3e5ce2c` | BBBC039, BBBC038, Omnipose, Cellpose, Sartorius - Cell Instance Segmentation, Livecell, NeurIPS 22 CellSeg Challenge | [🔗](https://celldetection.org/torch/models/ginoro_CpnResNeXt101UNet-fbe875f1a3e5ce2c.pt) |
Run a demo with a pretrained model diff --git a/celldetection/visualization/images.py b/celldetection/visualization/images.py index 652134f..6444626 100644 --- a/celldetection/visualization/images.py +++ b/celldetection/visualization/images.py @@ -330,7 +330,7 @@ def imshow_row(*images, titles=None, figsize=(3, 3), tight=True, **kwargs): def imshow_col(*images, titles=None, figsize=(3, 3), tight=True, **kwargs): """Imshow row. - Display a list of images in a row. + Display a list of images in a column. Args: *images: Images.