|
a |
|
b/README.md |
|
|
1 |
# nn-segmentation-for-lar |
|
|
2 |
|
|
|
3 |
This repositories constains various NN for segmentation of biomedical images, created and/or derived from CVDLAB fellows |
|
|
4 |
Each NN comes with a readme and license in its own directory. |
|
|
5 |
|
|
|
6 |
* [HGG/LGG CNN brain tumor](https://github.com/cvdlab/nn-segmentation-for-lar/tree/master/brain_tumor_segmentation_cnn) |
|
|
7 |
* [ Two PathWay CNN](https://github.com/cvdlab/nn-segmentation-for-lar/tree/master/two_way_brain_tumor_segmentation_cnn) |
|
|
8 |
* [Unsupervised Edge Segmentation](https://github.com/cvdlab/nn-segmentation-for-lar/tree/master/edge_detector_cnn) |
|
|
9 |
|
|
|
10 |
# Packages used |
|
|
11 |
|
|
|
12 |
- __future__ |
|
|
13 |
- keras |
|
|
14 |
- sklearn |
|
|
15 |
- skimage |
|
|
16 |
- glob |
|
|
17 |
- errno |
|
|
18 |
- os |
|
|
19 |
- numpy |
|
|
20 |
- argparse |
|
|
21 |
- json |