Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What about consensus and agglomeration steps? #20

Open
subeeshvasu opened this issue Nov 23, 2019 · 1 comment
Open

What about consensus and agglomeration steps? #20

subeeshvasu opened this issue Nov 23, 2019 · 1 comment

Comments

@subeeshvasu
Copy link

subeeshvasu commented Nov 23, 2019

Hello,

Can someone please explain about the codes corresponding to the steps consensus and agglomeration (as in the nature paper) that follows the inference.
https://github.com/google/ffn/blob/master/ffn/inference/consensus.py and https://github.com/google/ffn/blob/master/ffn/inference/resegmentation.py seems to have routines associated with these two steps. However, there is no instruction about the usage of these modules. Has anyone succeeded in running these two steps to yield the so called output ffn-c?

Thanks,

@oradomskyi
Copy link

Hi @subeeshvasu, if the question is still actual for you: recently I managed to test both consensus and resegmentation.

in the heart of consensus is boolean AND comparison between two segmentations - A and B. First, if I understood properly, largest overlaping segment pairs are selected, then A being updated with new segments IDs at all pixels where two masks intersect. there is a possibility to filter out result items smaller than N voxels.

resegmentation, as far as I can tell, uses prior segmentation and prior probabilities and running segmentation of a single item starting at explicitly defined location and restricted in a certain area.

Hope this helps,
Alex

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants