beyondmarti

Results 6 comments of beyondmarti

I'm having the same issue. Printing `detections.mask` gives me a tensor of False values, although the BB's are detected properly. OS: Windows Python: 3.10.18 PyTorch: 2.8.0+cu126 During download of segmentation...

Not sure what exactly fixed it for me, but I now get Masks. @LachlanMares solution did not do anything for me as I realized the given `predictions` argument was a...

@AgbajeAyomipo Have you tried annotating the frame with `annotated_image = sv.MaskAnnotator().annotate(annotated_image, detections)`? There should be False values, those correspond to the pixels of the image that are not included in...

@AgbajeAyomipo you would have to show more of your code and your set-up to get a clearer picture. But of course if all of the values in the output mask...

@AgbajeAyomipo then I reiterate my previous question; did you try to annotate the masks? Because you clearly do get masks, just that it seems like for one of your images...

@AgbajeAyomipo Ooooh, okay. My mistake. But still, that means 39 out of 40 objects had a mask detected, right? Again, not sure why the final detection does not result in...