Skip to content

Commit

Permalink
Fixes the link to FILM-GDrive Colab
Browse files Browse the repository at this point in the history
  • Loading branch information
fitsumreda authored Jan 14, 2023
1 parent c4c4321 commit 69f8708
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
`<base_folder>/<label>/<saved_model>`.
`<base_folder>/<label>/saved_model`.

## Evaluation on Benchmarks

Expand Down Expand Up @@ -259,7 +259,6 @@ appropriately by citing:
howpublished = {\url{https://github.com/google-research/frame-interpolation}}
}
```
Contact: Fitsum Reda ([email protected])

## Acknowledgments

Expand Down

1 comment on commit 69f8708

@kenkenissocool
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have been trying to do this FILM, and I get a simple error like this, and the link doesn't seem to be leading to anywhere.
Could you provide me the correct link?
Thanks.

Access denied with the following error:

Cannot retrieve the public link of the file. You may need to change
the permission to 'Anyone with the link', or have had many accesses. 

You may still be able to access the file from the browser:

 https://drive.google.com/uc?id=1C1YwOo293_yrgSS8tAyFbbVcMeXxzftE 

unzip: cannot find or open pretrained_models-20220214T214839Z-001.zip, pretrained_models-20220214T214839Z-001.zip.zip or pretrained_models-20220214T214839Z-001.zip.ZIP.

Please sign in to comment.