STMTrack icon indicating copy to clipboard operation
STMTrack copied to clipboard

About Space-time Memory Network

Open ZHISOT opened this issue 2 years ago • 1 comments

Hi, thanks for your good work. num_segments=4 Does it mean that the frame in the Space-time Memory Network is 4?

ZHISOT avatar Apr 14 '22 12:04 ZHISOT

"num_segments=4" means that the tracker collects 4 frames from all history frames (except for the first frame and the previous frame). Thus, the number of memory frames in the Space-time Memory Network is 6 (4 + 1 + 1) when setting num_segments=4. Hope this answer can solve your question.

fzh0917 avatar May 21 '22 07:05 fzh0917