Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 715 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 715 Bytes

saturate-video

Uses a convolutional neural network to saturate black and white videos.

Installation

First, make sure that you have both ffmpeg and tensorflow installed.
From there, you'll need to torrent the VGG16 Tensorflow model. Finally, run:

pip install -r requirements.txt

Usage

You can download videos from youtube by running:

python download_video.py <id> <filename>

That will save videos in the videos/ directory.

To colorize the videos, run:

python -W ignore saturate_video.py <filename> [fps]

Example

To see an example of the output, check out https://www.youtube.com/watch?v=ntSA9C2zrx0.