About Training Testing Gap
yyang181 opened this issue · 1 comments
yyang181 commented
Hi, I noticed that, during the training process, a memory bank is constructed by randomly selecting three frames from the input video consisting of eight frames. Notably, the ground truth (GT) values, instead of the model's predicted values, are stored in the memory bank. Could you elucidate the reasons behind the incongruity between the training and testing logic?
hkchengrex commented
We do use the model's predicted value in the memory bank. See
Lines 111 to 113 in 4589acc