nschaefe / Car2Car

Image to image translation using StarGAN(https://github.com/yunjey/stargan). Transforms the car desing to the desired target make

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Car2Car

Example Output

Image to image translation using a modifed version of StarGAN(https://github.com/yunjey/stargan). Transforms a car to a target make. The datasets we used are from:

More in the project report Project Report

Training

  1. put your data under ./data (name format: domainTag-name.jpg; e.g., 1-audiA3.jpg)
  2. start anaconda environment with the given environment.yml
  3. run training_command.sh (adjust parameters if necessary)

About

Image to image translation using StarGAN(https://github.com/yunjey/stargan). Transforms the car desing to the desired target make


Languages

Language:Python 99.7%Language:Shell 0.3%