You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -44,7 +44,7 @@ Then go into Plugins > napari-cellseg3d, and choose which tool to use.
44
44
-**Review**: This module allows you to review your labels, from predictions or manual labeling, and correct them if needed. It then saves the status of each file in a csv, for easier monitoring.
45
45
-**Inference**: This module allows you to use pre-trained segmentation algorithms on volumes to automatically label cells and compute statistics.
46
46
-**Train**: This module allows you to train segmentation algorithms from labeled volumes.
47
-
-**Utilities**: This module allows you to perform several actions like cropping your volumes and labels dynamically, by selecting a fixed size volume and moving it around the image; computing prediction scores from ground truth and predicition labels; or converting labels from instance to segmentation and the opposite.
47
+
-**Utilities**: This module allows you to perform several actions like cropping your volumes and labels dynamically, by selecting a fixed size volume and moving it around the image; computing prediction scores from ground truth and predicition labels; or converting labels from instance to segmentation and the opposite.
48
48
49
49
50
50
## Requirements
@@ -61,17 +61,17 @@ If you get errors from MONAI regarding missing readers, please see [MONAI's opti
61
61
If you encounter any problems, please [file an issue] along with a detailed description.
62
62
63
63
64
-
## Testing
64
+
## Testing
65
65
66
-
To run tests locally:
66
+
To run tests locally:
67
67
68
68
- Locally : run ``pytest`` in the plugin folder
69
69
- Locally with coverage : In the plugin folder, run ``coverage run --source=src -m pytest`` then ``coverage.xml`` to generate a .xml coverage file.
70
70
- With tox : run ``tox`` in the plugin folder (will simulate tests with several python and OS configs, requires substantial storage space)
71
71
72
72
## Contributing
73
73
74
-
Contributions are very welcome.
74
+
Contributions are very welcome.
75
75
76
76
Please ensure the coverage at least stays the same before you submit a pull request.
77
77
@@ -108,7 +108,7 @@ Distributed under the terms of the [MIT] license.
108
108
[PyTorch's website for installation instructions]: https://pytorch.org/get-started/locally/
This plugin was developed by Cyril Achard, Maxime Vidal, Mackenzie Mathis. This work was funded, in part, from the Wyss Center to the [Mathis Laboratory of Adaptive Motor Control](https://www.mackenziemathislab.org/).
0 commit comments