Replies: 1 comment 2 replies
-
I see no segmentation masks on the images... If you don't want segmentation masks on the output image you can load any model that does not end by |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, Thank you so much for your repo that I am using. I have a small simulation in Unity and by using unity camera I implement StrongSort on the video taken from Unity camera. Then, I crop the bounding boxed images (detected objects) and implement CNN algorithm to compare them. When I give the images after cropping on Unity video stream, I got the perfect RGB images and CNN works. However, it does not work perfectly on the images cropped after the StrongSort. It looks like masked images. How I convert them to the pure RGB image inside StrongSort or soon after it? To explain my question better, I attached the images.
Beta Was this translation helpful? Give feedback.
All reactions