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

Reduce segmenter dependencies #13

Merged
merged 7 commits into from
Nov 29, 2023
Merged

Conversation

ethanjli
Copy link
Member

@ethanjli ethanjli commented Nov 29, 2023

This PR fixes #10 in order to remove various unnecessary dependencies of the segmenter, in an attempt to reduce the rate of pip IncompleteRead errors (which often seem to appear when installing scikit-image for the segmenter) related to python-poetry/poetry#3219.

@ethanjli
Copy link
Member Author

In PlanktoScope/PlanktoScope#273, I incorporated this PR and confirmed with a test (running the segmenter on a 10-image dataset) that the segmenter still worked after I had removed the morphocut dependency, so there aren't any very obvious regressions introduced by this PR. So I will merge this PR.

@ethanjli ethanjli merged commit 3044d0f into main Nov 29, 2023
@ethanjli ethanjli deleted the feature/reduce-segmenter-dependencies branch November 29, 2023 23:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

Remove unnecessary segmenter dependency on MorphoCut
1 participant