Path: blob/master/site/en-snapshot/hub/tutorials/tweening_conv3d.ipynb
25118 views
Copyright 2019 The TensorFlow Hub Authors.
Licensed under the Apache License, Version 2.0 (the "License");
Video Inbetweening using 3D Convolutions
Yunpeng Li, Dominik Roblek, and Marco Tagliasacchi. From Here to There: Video Inbetweening Using Direct 3D Convolutions, 2019.
https://arxiv.org/abs/1905.10240
Current Hub characteristics:
has models for BAIR Robot pushing videos and KTH action video dataset (though this colab uses only BAIR)
BAIR dataset already available in Hub. However, KTH videos need to be supplied by the users themselves.
only evaluation (video generation) for now
batch size and frame size are hard-coded
Setup
Since tfds.load('bair_robot_pushing_small', split='test')
would download a 30GB archive that also contains the training data, we download a separated archive that only contains the 190MB test data. The used dataset has been published by this paper and is licensed as Creative Commons BY 4.0.