hkchengrex / XMem

[ECCV 2022] XMem: Long-Term Video Object Segmentation with an Atkinson-Shiffrin Memory Model
https://hkchengrex.com/XMem/
MIT License
1.72k stars 191 forks source link

Codes of generating Long-term memory key #143

Closed JiaxingChai closed 3 months ago

JiaxingChai commented 3 months ago

i haven't found any codes of the "Prototype Selection", "Memory Potentiation", "Removing Obsolete Features" algorithms mentioned in your paper

hkchengrex commented 3 months ago

https://github.com/hkchengrex/XMem/blob/a4427dbd748f66ed8fef159b529527e23060c666/inference/memory_manager.py#L211

https://github.com/hkchengrex/XMem/blob/a4427dbd748f66ed8fef159b529527e23060c666/inference/memory_manager.py#L243

https://github.com/hkchengrex/XMem/blob/a4427dbd748f66ed8fef159b529527e23060c666/inference/memory_manager.py#L187