VisTR
VisTR copied to clipboard
frame_id-inds[i],why do this?
for j in range(self.num_frames):
img_path = os.path.join(str(self.img_folder), self.vid_infos[vid]['file_names'][frame_id-inds[j]])
frame_id-inds[j], Why you do this subtraction here and reverse the order of inds before?