- Bao Hoang, bghoang@ucsd.edu
- Christina Ho, cgh003@ucsd.edu
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.
Check out our report here
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
Our code for generating your project:
- Script file: run.sh, video.sh
- Jupyter Notebook: CartoonGAN.ipynb
-
Original video: https://photos.app.goo.gl/9LkE1GmHiPZQtDWo9
-
Output video:
-
Result Images: inside result folder
- 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.
References to any papers, techniques, repositories we used: