XMem
XMem copied to clipboard
[ECCV 2022] XMem: Long-Term Video Object Segmentation with an Atkinson-Shiffrin Memory Model
Hi, @hkchengrex , I recently read the corresponding article on the code and think it is a great job. I see that you just tested the GUI on Windows and...
How can I segment my image or video?
Hi, I'm trying to run this on a remote server, so the interactive demo.py isn't running for me. Do you have a simple script that takes in just 1 image,...
When I'm working on a folder of images, frames are always skipping, in random order, and some frames keep repeating.
This is a centralized thread for discussing training-related reproducibility. I noticed variations in the resultant accuracy when I was developing the model (mean and std given in [TRAINING.md](https://github.com/hkchengrex/XMem/blob/f849203d9712257bc109433f0ba7cf8f2194161d/docs/TRAINING.md)), but there...
I wanted to know the idea behind the concept of having different `max_skip_values`, The value starts with 10, increases to 15 and again drops back to 5,5. Is there any...
Thanks for the great work! I'm wondering if it’s possible to save the memory to disk after the first run, so that next time I track the same object, I...
This is a result figure from an ablation experiment in your 'XMem' paper. I would like to ask how you conducted the comparison with the Random method. Do you have...