Skip to content

Latest commit

 

History

History
60 lines (40 loc) · 2.5 KB

README.md

File metadata and controls

60 lines (40 loc) · 2.5 KB

Final Project

Abstract Proposal

We revisited GAN concept that we learned in class. For the last project, Christina applied Cycle GAN to create convert an image to black and white color. We think that we can improve this by using CartoonGAN data to create our own videos or gif in cartoon style. The video we chose is from something that we are interested in. For the presentation, we will show the original video and the result video after we apply the chances.

Project Report

Check out our report here

Model/Data

Briefly describe the files that are included with our repository:

  • trained models: CartoonGAN (CVPR 2018)
  • Input data: inside the data folder
  • Output data: inside the result folder
  • run.sh to split a video into each pictures
  • video.sh to combine all pictures into a video

Code

Our code for generating your project:

  • Script file: run.sh, video.sh
  • Jupyter Notebook: CartoonGAN.ipynb

Results

Technical Notes

  • Users will need to install ffmpeg on their devices in order to convert a video into frames.
  • The code can be run on Colab or Jupyter Notebook so there is no need to install any other packages.
  • Make sure to check the location of the data is correct.

Reference

References to any papers, techniques, repositories we used: