brunomsantiago / FGVC_video_inpaint_colab_drive

FGVC Video completion in google colab using google drive
MIT License
2 stars 1 forks source link
colab-notebook deep-learning fgvc inpainting video-inpainting

FGVC Video completion in google colab using google drive

Introduction

As the time of this writing (February, 2021) FGVC is one of the best video inpainting projects out there.

The authors did a great work and made it as easy a possible for others to use their video inpaiting tool. They even made a google colab notebook.

However, their tool is command-line based. I struggled a little to use it with my own data in colab. I was not very confortable with the workflow.

So I decided to adapt the original google colab notebook for my personal use.

I think it might me useful for others. Check it in nbviewer or in google colab.

What I changed

How to use

  1. Open FGVC_video_completion.ipynb in google colab.
  2. Mount your google drive.
  3. (just once) Download the tool and model to your google drive.
    • You can use the commented bash code block, located in cell 2.1. Run it once and comment it again.
    • As february 2021, there is no need to install any package on google colab (pytorch, etc).
  4. Activate GPU on colab.
  5. Configure the input data at cell 3.3.
    • By default it uses the Tennis demo from FGVC.
  6. Run all cells.
  7. See the results at cell 3.6.