MUTR3D icon indicating copy to clipboard operation
MUTR3D copied to clipboard

Why use additional one frame when training?

Open applezy8866 opened this issue 1 year ago • 1 comments

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?

applezy8866 avatar Mar 06 '23 07:03 applezy8866

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.

a1600012888 avatar May 31 '23 17:05 a1600012888