Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ wandb/
!napari_cellseg3d/_tests/res/wnet_test/*.tif
!napari_cellseg3d/_tests/res/wnet_test/lab/*.tif
!napari_cellseg3d/_tests/res/wnet_test/vol/*.tif
!example_volumes/*

#include docs images
!docs/source/logo/*
Expand Down
7 changes: 7 additions & 0 deletions example_volumes/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Testing CellSeg3D on demo data

Here is a very small volume (from [IDR project 853](https://idr.openmicroscopy.org/webclient/?show=project-853)) to test on.
You can install, launch `napari`, activate the CellSeg3D plugin app, and drag & drop this volume into the canvas.
Then, for example, run `inference` with one of our models.

See [CellSeg3D documentation](https://adaptivemotorcontrollab.github.io/CellSeg3d/welcome.html) for more details.
Binary file added example_volumes/test_very_small.tif
Binary file not shown.