-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
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
ref_img_ids = random.sample(sample_range, self.num_ref_frames)
reference samples are randomly selected ignoring consequent nature of frames. -
remove current frame from batch? : in this line
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?TransVOD/datasets/vid_multi.py
Line 77 in 5a44640
if self.filter_key_img and img_id in sample_range:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels