Temporally-coherent Video Cartoonization
31
stars
43
commits
Python
primary language
Oct 21, 2024
updated
Clone:
git clone --recursive git@github.com:gustavorayo/video-to-cartoon.git
cd video-to-cartoon
Install dependencies
pip install -r requirements.txt
python install.py
Usage:
python vid2cartoon.py --input_video <source_video> --style <style_to_apply> --frames <frames_to_translate> --output <output_video_name>
styles supported:
Example:
python vid2cartoon.py --input_video ./dataset/01.mp4 --style ghibli --frames 91 --output test.mp4
| Video | Ryo Takemas | Ghibli | Van Gogh |
|---|---|---|---|
43 commits
Python
100.0%
Temporally-coherent Video Cartoonization
31
stars
43
commits
Python
primary language
Oct 21, 2024
updated
Clone:
git clone --recursive git@github.com:gustavorayo/video-to-cartoon.git
cd video-to-cartoon
Install dependencies
pip install -r requirements.txt
python install.py
Usage:
python vid2cartoon.py --input_video <source_video> --style <style_to_apply> --frames <frames_to_translate> --output <output_video_name>
styles supported:
Example:
python vid2cartoon.py --input_video ./dataset/01.mp4 --style ghibli --frames 91 --output test.mp4
| Video | Ryo Takemas | Ghibli | Van Gogh |
|---|---|---|---|
43 commits
Python
100.0%