Neuron Segmentaion, Python, Keras, Neural-networks, NMF, Binary Classification, Blob detection
Goal of the project is to implement neuron segmentation on NeuroFinder dataset. Dataset includes 19 training sets(includes images + neuron regions) and 9 testing sets(includes only images).
We have tried three different approaches.
For nmf implementation, can be run using command python3 main.py
. It accepts two command line inputs:
"-d", "--dataset" <path to directory that includes neurofinder.**.**.test folders>
"-o", "--output" <path to directory to which output json files of each dataset are written>
For nn implmentation, can be run using python src/nn.py
.
See the contributors for details.
This project is licensed under MIT License.