MAST
MAST copied to clipboard
Code for multi-frame tracker
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
@Alxead hello,I have same question ,have you solved it? Thank you