segmask [as in: segmask, output = instance.segmentImagecontains(....)] only contains last detected object
See original GitHub issueHi Ayoola, and thank you for creating such a great and truly useful library with Pixellib.
My issue is that when I use segmentImage() like this:
segmask, output = instance.segmentImage(....)
The resulting segmask[‘extracted_objects’] will always contain only one, the LAST, segmented object, not all of them.
Is this intended behaviour, or am I missing something here?
Thanks, Martin
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
No results found
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Works perfectly, thanks a lot!
are show_bboxes parameter not working for semantic segmentation?