SanniM3 / video_summarisation_git

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

Evan/remove front bias sampling #23

Closed uoefeb closed 1 year ago

uoefeb commented 1 year ago

Most important change: is sampling_scripts/frame_picker.py which does the following:

if there are more than 6 scenes:
  pick 1 frame from 6 random scenes

if there are 6 scenes:
  pick 1 frame from each scene

if there are less than 6 scenes:
  pick on frame from all scenes, and then fill the remaining deficit from frames selected randomly from all scenes

→ then sort the frames by order

Additionally:

uoefeb commented 1 year ago

I'm going to go ahead and merge this. Please feel free to leave comments on it after the fact, and I can revisit them to make fixes, etc.