dsp-uga / Johnson

Implementation of Project 3 for Data Science Practicum CSCI 8360 -- Neuron Segmentation. Datasets are from codeneuro website
http://neurofinder.codeneuro.org/
MIT License
2 stars 1 forks source link

Preprocessing, NMF #9

Closed whusym closed 6 years ago

whusym commented 6 years ago

I've completed a preprocessing file and the main pipeline for NMF (super similar to the original one; I've built a wrapper for it). We can merge this PR after we finished reviewing and testing it. I will try to do the testing also. finished testing my preprocessing.py, we can add more method into that file if needed.

(Okay we need to review this soon. I will add more things to this PR but please review this soon. Preferably sometime today or tomorrow)

After this PR, the program still won't be fully functional because we need to complete __main__.py. We can do that in another PR.