hkchengrex / Mask-Propagation

[CVPR 2021] MiVOS - Mask Propagation module. Reproduced STM (and better) with training code :star2:. Semi-supervised video object segmentation evaluation.
https://hkchengrex.github.io/MiVOS/
MIT License
127 stars 22 forks source link

For the current frame, how do I search for adjacent frames? #19

Closed longmalongma closed 3 years ago

longmalongma commented 3 years ago

For the current frame, how do I search for the next K frames?Or, how do you randomly sample multiple frames in your code at once?

hkchengrex commented 3 years ago

Look at https://github.com/hkchengrex/Mask-Propagation/blob/main/dataset/vos_dataset.py for code.