hkchengrex / Cutie

[CVPR 2024 Highlight] Putting the Object Back Into Video Object Segmentation
https://hkchengrex.com/Cutie/
MIT License
579 stars 60 forks source link

Get list of frames committed to memory? #38

Closed Zarxrax closed 6 months ago

Zarxrax commented 6 months ago

Hi, I would like to add an indicator in the gui that can show which frames have been committed to memory. I could not find in the code where you keep a list of the frames that are in memory. Can you advise how I can obtain that information?

hkchengrex commented 6 months ago

We do not keep an explicit list but I suppose you can implement one in the memory manager.

Zarxrax commented 6 months ago

Alright thanks, it sounds a little complicated but I will look into it.