-
Notifications
You must be signed in to change notification settings - Fork 68
MONAI Pipeline Generator #550
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
Merged
Merged
Changes from 22 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
44c65ed
Initial check-in for pipeline generator
mocsharp 4445256
Remove duplicated MONAI models
mocsharp 5eb6e4c
Add ImageOverlayWriter and update ImageDirectoryLoader
mocsharp 2a0634a
Add support for Llama3-VILA-M3 models with new operators
mocsharp b531812
Update README and design documentation for pipeline generator
mocsharp 8214e92
Bump version from 0.1.0 to 1.0.0 in pyproject.toml for pipeline-gener…
mocsharp 7b1110e
Refactor operator imports and improve code formatting
mocsharp 321d5b6
Add test pipeline generator workflow and bump version to 1.0.0
mocsharp d497bc6
Refactor ImageOverlayWriter documentation and enhance model_id valida…
mocsharp b720ce0
Enhance application documentation and refine requirements for pipelin…
mocsharp e2d8aa2
Refactor image loading operators and enhance directory scanning funct…
mocsharp 0c207d5
Refactor operator imports and enhance pipeline generator functionality
mocsharp 7e1f67f
Refactor operator imports and enhance code clarity
mocsharp 22f0927
Fix formatting inconsistencies and improve error message clarity
mocsharp 3a1da89
Remove deprecated test file for the pipeline generator
mocsharp 3d6ea5b
Enhance type hinting and improve code clarity across operators
mocsharp 502e352
Enhance pipeline generator functionality and improve bundle organization
mocsharp d0c1e33
Enhance bundle organization and improve model handling in pipeline ge…
mocsharp 59de165
Refactor whitespace and improve code clarity in pipeline generator
mocsharp 574191a
Enhance model handling and CLI functionality in pipeline generator
mocsharp 0086d69
Fix formatting
mocsharp c7cdd48
Refactor model retrieval logic in HuggingFaceClient
mocsharp d9df3d4
Enhance model loading and configuration handling in MonaiBundleInfere…
mocsharp eea6879
Refactor whitespace and improve code clarity in MonaiBundleInferenceO…
mocsharp 33901aa
Improve error handling in model loading for MonaiBundleInferenceOperator
mocsharp 8e9914e
Enhance type hinting in MonaiBundleInferenceOperator
mocsharp 5866be6
Refactor type hinting in MonaiBundleInferenceOperator
mocsharp 94eafcd
Refactor MonaiBundleInferenceOperator for improved path handling and …
mocsharp b54c78d
Enhance image conversion logic in MonaiBundleInferenceOperator
mocsharp 99b9f59
Pin monai<=1.5.0 since newly released 1.5.1 introduced breaking changes
MMelQin a735c45
Was wondering but did not expect the test is asseting on the value in…
MMelQin 4e7768e
Use bundle_path property for consistency, and added warning note on n…
MMelQin File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| results*/ | ||
| test_*/ |
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.