SanniM3 / video_summarisation_git

GIT with scene change based frame sampling
MIT License
2 stars 0 forks source link

git Feature/frame list creation #1

Closed uoefeb closed 1 year ago

uoefeb commented 1 year ago

Description

This will output a list of commands, one per video, to run inference. run python build_inference_command.py -h for instructions on how to use this.

A few notes:

TSV files vs many many calls to the program

The README mentions that a TSV file can be used to designate multiple images for inference tasks. This feels like it would be the best solution rather than calling this program thousands of times but...

uoefeb commented 1 year ago

Added training command builder. Current implementation is based on the incorrect assumption that we can represent a list of videos as a list-of-lists-of-frames. As discussed over teams, this won't actually work, but hopefully this code will give us somewhere to start from when we know how to actually feed videos in.