Skip to content

Ensure input video file is deleted after processing in classify_video_zero_shot operaotr #576

@aatmanvaidya

Description

@aatmanvaidya

The classify_video_zero_shot operator processes an input video file specified via the file argument in the run function. Currently, after the classification is complete, the original input video file (file["path"]) remains on the filesystem.

The task of the issue is to safely delete the file after processing is done.

PS: you can take a look at the vid_vec_rep_clip operator to also refer how deletion of the file could done

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions