-
Notifications
You must be signed in to change notification settings - Fork 52
Update UNETR inference application to publish images for Clara Render Server #182
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
Conversation
dc7bc48
to
80950d9
Compare
Signed-off-by: mmelqin <mingmelvinq@nvidia.com>
Signed-off-by: mmelqin <mingmelvinq@nvidia.com>
…rver Signed-off-by: mmelqin <mingmelvinq@nvidia.com>
Signed-off-by: mmelqin <mingmelvinq@nvidia.com>
bacaea4
to
0280123
Compare
Signed-off-by: mmelqin <mingmelvinq@nvidia.com>
Codecov Report
@@ Coverage Diff @@
## main #182 +/- ##
=======================================
Coverage 35.29% 35.29%
=======================================
Files 64 64
Lines 3077 3077
=======================================
Hits 1086 1086
Misses 1991 1991 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me! Thanks Ming!
op_output_folder_name = DataPath("saved_images_folder") | ||
op_output.set(op_output_folder_name, "saved_images_folder") | ||
op_output_folder_path = op_output.get("saved_images_folder").path | ||
makedirs(op_output_folder_path, exist_ok=True) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can use mkdir method on the object. It is okay as it is though.
9c9dfdf
to
0932551
Compare
Signed-off-by: mmelqin <mingmelvinq@nvidia.com>
In the PR, the application has been updated to use a newly introduced input and segmentation image publisher operator to publish the dataset for 3rd party Clara Render Server.
The publisher operator is interim and is needed for a specific demo that requires the Clara Render Server.