[arXiv ] [project page]
This repository contains official code for our NeurIPS 2023 paper Test-Time Training for Matching-Based Video Object Segmentation.
You can find below the installation script:
python -m venv ENV
source ENV/bin/activate
pip install torch torchvision
pip install pyyaml
We evaluated our test-time training strategy on four datasets:
For more details on the datasets, please refer to DATA_PREPARATION.
We evaluated our proposed test-time training strategy starting from two offline-trained matching-based models:
For more details for please refer to STCN.
For more details for please refer to XMem.
If you use this code for your research, please consider citing our papers:
@inproceedings{bertrand2023ttt_vos,
title={Test-time Training for Matching-based Video Object Segmentation},
author={Bertrand, Juliette and Kordopatis-Zilos, Giorgos and Kalantidis, Yannis and Tolias, Giorgos},
booktitle={Neural Information Processing Systems (NeurIPS)},
year={2023}
}
We want to thank @hkchengrex for providing publicly available code and pretrained models for STCN and XMem.