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-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,9 +20,9 @@ pip install neurite
20
20
-[models](neurite/tf/models.py): flexible models (many parameters to play with) particularly useful in medical image analysis, such as UNet/hourglass model, convolutional encoders and decoders
21
21
-[generators](neurite/tf/generators.py): generators for medical image volumes and various combinations of volumes, segmentation, categorical and other output
22
22
-[callbacks](neurite/tf/callbacks.py): a set of callbacks for `keras` training to help with understanding your fit, such as Dice measurements and volume-segmentation overlaps
23
-
-[dataproc](neurite/tf/dataproc.py): a set of tools for processing medical imaging data for preparation for training/testing
23
+
-[dataproc](neurite/py/dataproc.py): a set of tools for processing medical imaging data for preparation for training/testing
24
24
-[metrics](neurite/tf/metrics.py): metrics (most of which can be used as loss functions), such as Dice or weighted categorical crossentropy
25
-
-[plot](neurite/tf/plot.py): plotting tools, mostly for debugging models
25
+
-[plot](neurite/py/plot.py): plotting tools, mostly for debugging models
0 commit comments