You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I haven't digged too much yet, but it seems that the AudioVisualDataset.getitem method opens an image (frame) that doesn't exist: frame = process_image(Image.open(os.path.join(frame_path, str(frame_index).zfill(6) + '.png')).convert('RGB'), self.opt.enable_data_augmentation)
I didn't find any code the creates these images. Am I supposed to implement logic to create them?
Hello,
I haven't digged too much yet, but it seems that the AudioVisualDataset.getitem method opens an image (frame) that doesn't exist:
frame = process_image(Image.open(os.path.join(frame_path, str(frame_index).zfill(6) + '.png')).convert('RGB'), self.opt.enable_data_augmentation)I didn't find any code the creates these images. Am I supposed to implement logic to create them?