Scalsol / mega.pytorch

Memory Enhanced Global-Local Aggregation for Video Object Detection, CVPR2020
Other
565 stars 115 forks source link

Why only one reference frame was given during the test? #36

Closed lingyunwu14 closed 4 years ago

lingyunwu14 commented 4 years ago

Thank you for sharing the code. I found that only one reference frame is provided in the data loading module of FGFA and RDN. Why not all the frames in the range of -9 to 9 described in their paper, but only the last frame?