Skip to content

Commit

Permalink
Add download link
Browse files Browse the repository at this point in the history
  • Loading branch information
ericup committed Aug 26, 2023
1 parent 207ce67 commit 984e5ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) |

<details>
<summary style="font-weight: bold; color: #888888">Run a demo with a pretrained model</summary>
Expand Down
2 changes: 1 addition & 1 deletion celldetection/visualization/images.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 984e5ac

Please sign in to comment.