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

Add ISBI utility functions and update deprecated networkx functions. #17

Merged
merged 15 commits into from Nov 13, 2019

Conversation

willgraf
Copy link
Contributor

@willgraf willgraf commented Nov 12, 2019

Added several functions from the tracking benchmarking notebook to isbi_utils.py. These are rarely used and only for comparing deepcell-tracking output with the standard ISBI output format.

Additionally, edited the postprocessing functions to no longer use functions deprecated in networkx 2.1, allowing the dependencies to allow networkx>=2.4.


Resolves #10 and resolves #11

@willgraf
Copy link
Contributor Author

Something is wrong with postprocess. After this update, I am seeing many more false positives.

@willgraf willgraf closed this Nov 13, 2019
@willgraf
Copy link
Contributor Author

Re-opening as the issue was resolved (problem lay in _flag_false_pos and had to do with selecting the divided nodes).

@willgraf willgraf reopened this Nov 13, 2019
@willgraf willgraf merged commit 2a78147 into master Nov 13, 2019
@willgraf willgraf deleted the bugfix/10 branch November 13, 2019 23:12
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

Successfully merging this pull request may close these issues.

Migrate tracking metrics from deepcell-tf connected_component_subgraphs is missing in networkx==2.4
1 participant