AllenInstitute / ophys_etl_pipelines

Pipelines and modules for processing optical physiology data
Other
9 stars 5 forks source link

Complete HNC segmentation implementation #250

Closed wbwakeman closed 3 years ago

wbwakeman commented 3 years ago

Complete remaining work to have a working implementation of HNC segmentation algorithm

Tasks:

Validation criteria:

djkapner commented 3 years ago

I have wrapped the HNCcorr code in this development branch: https://github.com/AllenInstitute/ophys_etl_pipelines/pull/255

This implementation:

Analysis

This works. We've gotten a lot of good ideas from their paper and their approach. From what I've seen so far, we wouldn't simply use the results coming out of this. We'd want to clean up the results, probably by passing through the merging tool that Scott is developing. We'd want to resolve the non-deterministic nature of it. Given that Scott's approach is also yielding fruitful results, and, we know/own that code in and out, I'd be more inclined to invest our precious time in that branch of development.

TODO (if desired):