SanniM3 / video_summarisation_git

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

Patch/adjust num batches #5

Closed uoefeb closed 1 year ago

uoefeb commented 1 year ago

This pull request makes a few changes to finetune.py:


in addition, this adds videos to .gitignore

uoefeb commented 1 year ago

@SanniM3 Given all the changes that have been made to finetune, it's probably best that we abandon this pull request. That said, I think we still probably need to change the calculation of the number of batches to the following, so we don't round off any partial batches:

ceil(len(full_list)/batch_size)