Skip to content
This repository was archived by the owner on Jul 17, 2025. It is now read-only.
This repository was archived by the owner on Jul 17, 2025. It is now read-only.

The AudioVisualDataset class tries to open non-existing frames #5

Description

@AlexGoOn

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions