j-min/HiREST

question about v_mask

Opened this issue · 0 comments

v_mask = torch.zeros((B, self.args.max_frames)).long().to(video_feats.device)

Hi, I wonder why the v_mask is not torch.ones((B, self.args.max_frames)).long().to(video_feats.device)?