SwiftNet icon indicating copy to clipboard operation
SwiftNet copied to clipboard

About the stored key -value stoted in the memory

Open mathmax12 opened this issue 4 years ago • 0 comments

The work is very interesting and amazing. I have a question about the number of frame's key-value stored in the memory and used as reference. The STM work stored all(or every 5 frames) the key-value of the past frames as reference. In SwiftNet, is it only need one key-value and only updated when the Variation is detected?

mathmax12 avatar Sep 11 '21 01:09 mathmax12