-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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
How to get the visualization results of only instance masks without the original image? #4488
Comments
You've chosen to report an unexpected problem or bug. Unless you already know the root cause of it, please include details about it by filling the issue template. |
@frozen-mind |
actually your answer is in the second tutorial vedio, here is the link |
@frozen-mind |
btw, did you solve the problem in #4487 ? |
@frozen-mind |
Lol fine
…---Original---
From: ***@***.***>
Date: Thu, Aug 18, 2022 18:08 PM
To: ***@***.***>;
Cc: ***@***.******@***.***>;
Subject: Re: [facebookresearch/detectron2] How to get the visualizationresults of only instance masks without the original image? (Issue #4488)
@frozen-mind
sorry, I didn't faced the problem of $4487
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
You can loop through each canny like this and see each detection. I used something like this to manipulate the pixels of each detection.
|
How to get the visualization results of only instance masks without the original image?
When I used demo to save the images of inference, it usually shows the instance segmentation results on original images.
I want to ask how to get only instance segmentation results without original images.
Thanks!
The text was updated successfully, but these errors were encountered: