Colab enhance #47

Open
amrzv wants to merge 4 commits from amrzv/colab-enhance into main
amrzv commented 2021-07-11 12:17:35 +02:00 (Migrated from github.com)

Hi!
Made soma changes to SimSwap colab.ipynb notebook:

  • added function show_mp4 for showing original and processed videos directly in colab without downloading;
  • deleted googledrivedownloader because it's no longer needed and could be changed by gdown;
  • removed unused imports, moviepy is already in default colab env.

Tested in colab.

Hi! Made soma changes to `SimSwap colab.ipynb` notebook: - added function `show_mp4` for showing original and processed videos directly in colab without downloading; - deleted `googledrivedownloader` because it's no longer needed and could be changed by `gdown`; - removed unused imports, `moviepy` is already in default colab env. Tested in colab.
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin amrzv/colab-enhance:amrzv/colab-enhance
git checkout amrzv/colab-enhance
Sign in to join this conversation.