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

Can deva be extended to video semantic segmentation and video instance segmentation tasks? #92

Closed longmalongma closed 5 months ago

longmalongma commented 6 months ago

Can deva be extended to video semantic segmentation and video instance segmentation tasks? How to expand specifically?

hkchengrex commented 6 months ago

Yes, but please do note that we often do not perform as well as end-to-end methods on these datasets. You can refer to the demo scripts for implementation, but some custom coding is always required to connect the image detection algorithm with our method.

longmalongma commented 6 months ago

Thanks for your reply. Could you provide some details on how to design some custom coding? We are now following your work.

longmalongma commented 6 months ago

Hello, can you help me?@hkchengrex

hkchengrex commented 6 months ago

Hi,

The demo_automatic.py and demo_with_text.py are two examples.