feat(ipred): composable feature modules, classifier pipeline, and layered overlays - #2
Closed
phzwart wants to merge 30 commits into
Closed
feat(ipred): composable feature modules, classifier pipeline, and layered overlays#2phzwart wants to merge 30 commits into
phzwart wants to merge 30 commits into
Conversation
…ectly to Annotate page when a user uploads a dataset
… a different class
…make it easier to not paint over an already annotated region with another class
…a new class, you can optionally prevent overlaps and automatically cut out holes to avoid two annotations for the same region
Add the ipred FastAPI engine with modular feature compositions (skimage, CLAHE, SlimSAM, TomoJEPA, PCA), CatBoost conformal train/predict, and viridis probability overlays with a persistent canvas Layers panel so image, features, predictions, and annotations can be toggled together. Co-authored-by: Cursor <cursoragent@cursor.com>
Collaborator
Author
|
Closing: keeping this work as a branch on phzwart/forge_Segementation_Finch, not submitting upstream as a PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
# REMOVE THIS AND USE YOUR OWN STUFF.Test plan
start_all.shbrings up frontend, annotate (:8002), ipred (:8003), Tiledpytest ipred/testsand frontend vitest for composition / layers / pixelClf helpersMade with Cursor