open-mmlab / mmtracking

OpenMMLab Video Perception Toolbox. It supports Video Object Detection (VID), Multiple Object Tracking (MOT), Single Object Tracking (SOT), Video Instance Segmentation (VIS) with a unified framework.
https://mmtracking.readthedocs.io/en/latest/
Apache License 2.0
3.58k stars 597 forks source link

Multiple static targets in MixFormer #919

Open ekazakos opened 11 months ago

ekazakos commented 11 months ago

Hi,

I have a a question regarding MixFormer. I'm wondering if it's possible and how easy it would be to modify the memory to include two static targets instead of one just for the first frame. In particular, in my case I have the bounding boxes for both the start and the end frame and I would like to use both as static targets while online targets would be any frame in between. Looking forward to your answer. Thank you!

Kind regards, Vangelis