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)
[x] Preprocessing; (including a few filters applying on on the original images)
[x] Getting results by NMF
[x] Testing
[ ] Finishing main file.
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.
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 mypreprocessing.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)
[x] Preprocessing; (including a few filters applying on on the original images)
[x] Getting results by NMF
[x] Testing
[ ] Finishing main file.
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.