hkchengrex / Tracking-Anything-with-DEVA

[ICCV 2023] Tracking Anything with Decoupled Video Segmentation
https://hkchengrex.com/Tracking-Anything-with-DEVA/
Other
1.27k stars 129 forks source link

Crop / segment the objects #62

Closed tralala87 closed 8 months ago

tralala87 commented 8 months ago

After the masks are created of each CLASSES, how to segment / crop these objects and save them each in their own separate mp4 file?

hkchengrex commented 8 months ago

I believe one can post-process the masks with some OpenCV + numpy scripting in Python for that purpose.