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
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ You can install `napari-cellseg3d` via [pip] (pypi-test placeholder):
29
29
30
30
## Documentation
31
31
32
-
Available at https://AdaptiveMotorControlLab.github.io/cellseg3d-docs
32
+
Available at https://AdaptiveMotorControlLab.github.io/CellSeg3d
33
33
34
34
You can also generate docs by running ``make html`` in the docs folder.
35
35
@@ -50,11 +50,9 @@ Then go into Plugins > napari-cellseg3d, and choose which tool to use.
50
50
## Requirements
51
51
**Python >= 3.8 required**
52
52
53
-
Requires manual installation of **pytorch** and **MONAI**.
54
-
53
+
Requires **pytorch** and **MONAI**.
55
54
For PyTorch, please see [PyTorch's website for installation instructions].
56
55
A CUDA-capable GPU is not needed but very strongly recommended, especially for training.
57
-
58
56
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.
0 commit comments