SanniM3 / video_summarisation_git

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

add option to create csv with only one caption per video #27

Closed uoefeb closed 1 year ago

uoefeb commented 1 year ago

This gives the training command builder the ability to spit out a csv with one caption per video (with the -n flag).

This is needed to make inference on the test set work, since inference just uses the csv as a list of videos (as I understand it, inference ignores the captions in the csv, and pulls them from the json file?)