hkchengrex / XMem

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

[Question] A video longer than 1h #102

Closed K-Maehashi closed 1 year ago

K-Maehashi commented 1 year ago

Hi, I'm interested in using your method for animal detection. The paper tests "three videos with more than 7,000 frames". Does this mean that we cannot use it for a long video (e.g. a video longer than 1h)? Object detection is a quite new field for me and I would appreciate your help.

hkchengrex commented 1 year ago

Technically it can handle videos of unlimited length. Depending on the complexity of the video, the results may or may not become unreliable after 1h.

K-Maehashi commented 1 year ago

Got it. Thank you for your reply!