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

CNMF working version #15

Closed melanieihuei closed 6 years ago

melanieihuei commented 6 years ago

Create the working flow of neuro finding using CNMF as follows:

  1. Input .tiff images and transform into .tif movies.
  2. Create related directories for saving figures, sparse matrix, and predictions.json files.
  3. Process cnmf and output the selected neurons' pixels locations
  4. Transform pixels into (x,y) coordinates and output individuals json files and entire json file.

Environment setting

Environment setting is complicated (See issue #5 ) so the installation instruction is updated in readme.

Possible parameters affecting accuracy:

(check this part and try more combination)

The script has generated two of the testing predictions so far, please review this request after every prediction is generated.