-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Mask processing node #2658
Mask processing node #2658
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #2658 +/- ##
===========================================
+ Coverage 69.93% 69.95% +0.01%
===========================================
Files 121 122 +1
Lines 7088 7106 +18
===========================================
+ Hits 4957 4971 +14
- Misses 2131 2135 +4 ☔ View full report in Codecov by Sentry. |
c3f43e1
to
9f23720
Compare
label="Output", | ||
description="Path to the output directory.", | ||
value=desc.Node.internalFolder, | ||
) |
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.
Need to expose the output masks to the Viewer.
Here is an example: https://github.com/alicevision/Meshroom/blob/develop/meshroom/nodes/aliceVision/ImageSegmentation.py#L86
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.
Need to expose the output masks to the Viewer. Here is an example: https://github.com/alicevision/Meshroom/blob/develop/meshroom/nodes/aliceVision/ImageSegmentation.py#L86
How do i do that ? I have no clue about the masks names as it may come from various sources.
9f23720
to
6e15c21
Compare
6e15c21
to
fad39ee
Compare
See alicevision/AliceVision#1814