Skip to content

Commit 249d497

Browse files
authored
Fixed the paths for plot.py and dataproc.py in README.md (#58)
1 parent 60e49d2 commit 249d497

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ pip install neurite
2020
- [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
2121
- [generators](neurite/tf/generators.py): generators for medical image volumes and various combinations of volumes, segmentation, categorical and other output
2222
- [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
2424
- [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
2626

2727

2828
## Papers:

0 commit comments

Comments
 (0)