-
Notifications
You must be signed in to change notification settings - Fork 8
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
Add support for tracked segmentation masks? #301
Comments
@gchindemi has also expressed strong interest in |
I will definitively keep an eye on this. We want to experiment with segmentation masks as input for social behavior analysis in LISBET, and having the functionality implemented in |
I don't know how many other groups have interacted with trying to store segmentation data for videos, but the data storage problem may end up being a bit more complex than using stuff like RLE. I ended up storing contours instead of masks. If you're interested in having some test animal behavior data that already has segmentation predictions, you can look at our open field dataset here. |
Thanks a lot @SkepticRaven, this will be very useful for developing this feature in |
With tools like SAM2 that track segmentation masks in videos, this may be a nice addition to our set of accepted input data.
Segmentation masks are usually represented as RLE (Run length encoding):
Maybe we can consider to link masks to bounding boxes too?
We may want to check Annolid - an annotation and tracking tool centred around instance segmentation
The text was updated successfully, but these errors were encountered: