Chenyun Wu
Results
1
issues of
Chenyun Wu
In[ CMIN_moment_retrieval/dataloaders/clip_loader.py line 66 ](https://github.com/ChenyunWu/CMIN_moment_retrieval/blob/df44a230a0cd83d9ab3e282601da60cbca56a102/dataloaders/clip_loader.py#L66) `if label[1] == video.shape[0] - 1:` Shouldn't it be: `if label[1] == ori_video_len:`? Since you changed the `video` and its length is now always `self.max_num_frames`