[WACV 2023] Unsupervised Video Object Segmentation via Prototype Memory Network
Authors: Minhyeok Lee, Suhwan Cho, Seunghoon Lee, Chaewon Park, Sangyoun Lee
This repository provides official code for paper "Unsupervised Video Object Segmentation via Prototype Memory Network" accepted by the WACV 2023 conference.
TBD
For the superpixel algorithm we use fast_slic. You can install it like this:
pip install fast_slic
TBD
TBD
@inproceedings{lee2023unsupervised,
title={Unsupervised Video Object Segmentation via Prototype Memory Network},
author={Lee, Minhyeok and Cho, Suhwan and Lee, Seunghoon and Park, Chaewon and Lee, Sangyoun},
booktitle={Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision},
pages={5924--5934},
year={2023}
}