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
The
classify_video_zero_shotoperator 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_clipoperator to also refer how deletion of the file could done