baowenbo / DAIN

Depth-Aware Video Frame Interpolation (CVPR 2019)
https://sites.google.com/view/wenbobao/dain
MIT License
8.23k stars 840 forks source link

Colab: Partial video processing #89

Closed AlphaGit closed 4 years ago

AlphaGit commented 4 years ago

Hi there! Here's another small set of changes for the Colab version.

  1. 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.
  2. 9be7c4b Does a few small fixes and reactors for the code and messages to be more readable. No logic changes.
  3. 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.
  4. 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.