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
Copy file name to clipboardExpand all lines: README.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,13 +85,25 @@ To avoid issues when installing on the ARM64 architecture, please follow these s
85
85
86
86
**Python 3.8 or 3.9 required.**
87
87
Requires **[napari]**, **[PyTorch]** and **[MONAI]**.
88
+
Compatible with Windows, MacOS and Linux.
89
+
Installation should not take more than 30 minutes, depending on your internet connection.
88
90
89
91
For PyTorch, please see [the PyTorch website for installation instructions].
90
92
91
93
A CUDA-capable GPU is not needed but very strongly recommended, especially for training.
92
94
93
95
If you get errors from MONAI regarding missing readers, please see [MONAI's optional dependencies] page for instructions on getting the readers required by your images.
94
96
97
+
## Quick demo
98
+
99
+
After installation, you can run the plugin by running:
100
+
101
+
napari
102
+
103
+
and launching the plugin from the Plugins menu.
104
+
You may use the test volume in the `examples` folder to test the inference and review tools.
105
+
This should run in far less than five minutes on a modern computer.
106
+
95
107
## Issues
96
108
97
109
**Help us make the code better by reporting issues and adding your feature requests!**
0 commit comments