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
the code removes current img_id from the sample range. In the paper, it states that adjacent frames are fed into the code. Am I missing something here?
The text was updated successfully, but these errors were encountered:
Hi, thanks for the amazing work! I have some questions regarding your code:
consequent frames? : In the paper, it states that consequent frames are used as the input of TransVOD. However, in this line,
TransVOD/datasets/vid_multi.py
Line 82 in 5a44640
reference samples are randomly selected ignoring consequent nature of frames.
remove current frame from batch? : in this line
TransVOD/datasets/vid_multi.py
Line 77 in 5a44640
The text was updated successfully, but these errors were encountered: