Hi there! Here's another small set of changes for the Colab version.
e0f5169 Hides the markdown details of the options panel and just shows the form version. This makes it easier for users to just focus on changing variables and not reading a whole lot of code about them.
9be7c4b Does a few small fixes and reactors for the code and messages to be more readable. No logic changes.
6454386 Fixes the repository being cloned when executing the code. This is my bad -- I accidentally left my repository referenced but it should be this one. I also made it so only a commit is checked out, making it faster.
2062cff Is the real meat of this change: takes two new options (START_FRAME and END_FRAME), and selects those from the source file so that videos might be processed in sections. The default values will still process the whole video as the current behavior is.
Hi there! Here's another small set of changes for the Colab version.
START_FRAME
andEND_FRAME
), and selects those from the source file so that videos might be processed in sections. The default values will still process the whole video as the current behavior is.