VisTR icon indicating copy to clipboard operation
VisTR copied to clipboard

frame_id-inds[i],why do this?

Open hrz2000 opened this issue 3 years ago • 0 comments

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?

hrz2000 avatar Aug 11 '22 03:08 hrz2000