zlai0 / MAST

MAST: A Memory-Augmented Self-supervised Tracker (CVPR 2020)
https://zlai0.github.io/MAST/
273 stars 32 forks source link

Code for multi-frame tracker #24

Open Yingdong-Hu opened 3 years ago

Yingdong-Hu commented 3 years ago

Thank you for sharing such a great job ! The code now seems to consider only one pair of images (one reference frame and one target frame). But the memory bank containing multiple past frames is a crucial component of MAST. I would like to know how to implement this part of the code. Is it possible to do this by modifying ref_num in YouTubeVOSTrain.py ?

https://github.com/zlai0/MAST/blob/a57b043ca597b9b7ef6842b1fa965c9f1ee71526/functional/feeder/dataset/YouTubeVOSTrain.py#L20

houhouhouhou11 commented 3 years ago

@Alxead hello,I have same question ,have you solved it? Thank you