You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear,
I found that in dataset.py:
" if not self.test_mode:
self.num_frames_per_sample += 1"
and in tracker.py:
"num_frame = img.size(1) - 1"
so what‘s the usage of the additional frame?
The text was updated successfully, but these errors were encountered:
It is not used for training more frames.
Since I am adding velocity supervisions, the velocity groud truth is from the box position at next frame. That's why I need to load one more frame.
Dear,
I found that in dataset.py:
" if not self.test_mode:
self.num_frames_per_sample += 1"
and in tracker.py:
"num_frame = img.size(1) - 1"
so what‘s the usage of the additional frame?
The text was updated successfully, but these errors were encountered: