From 69f8708f08e62c2edf46a27616a4bfcf083e2076 Mon Sep 17 00:00:00 2001 From: Fitsum Reda Date: Fri, 13 Jan 2023 17:32:13 -0800 Subject: [PATCH] Fixes the link to FILM-GDrive Colab --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4acb746..ad97937 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Try the interpolation model with the replicate web demo at Try FILM to interpolate between two or more images with the PyTTI-Tools at [![PyTTI-Tools:FILM](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.sandbox.google.com/github/pytti-tools/frame-interpolation/blob/main/PyTTI_Tools_FiLM-colab.ipynb#scrollTo=-7TD7YZJbsy_) -An alternative Colab for running FILM on arbitrarily more images, rather than two, [![FILM-Gdrive](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1NuaPPSvUhYafymUf2mEkvhnEtpD5oihs) +An alternative Colab for running FILM on arbitrarily more input images, not just on two images, [![FILM-Gdrive](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1NuaPPSvUhYafymUf2mEkvhnEtpD5oihs) ## Change Log * **Nov 28, 2022**: Upgrade `eval.interpolator_cli` for **high resolution frame interpolation**. `--block_height` and `--block_width` determine the total number of patches (`block_height*block_width`) to subdivide the input images. By default, both arguments are set to 1, and so no subdivision will be done. @@ -207,7 +207,7 @@ python3 -m training.build_saved_model_cli \ ``` * By default, a SavedModel is created when the training loop ends, and it will be saved at - `/