Skip to content

An implementation of a CycleGAN for texture transfer between images

Notifications You must be signed in to change notification settings

QiuhongAnnaWei/CycleGAN-texture-transfer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Computer Vision Final Project: CycleGANs

How to run

Sample VS Code debug file:

{
    "version": "0.2.0",
    "configurations": [
        {
            "name": "Python: Current File",
            "type": "python",
            "request": "launch",
            "program": "${workspaceFolder}/code/run.py",
            "console": "integratedTerminal",
            "args": ["--dataset", "horse-zebra"],
            "cwd": "${fileDirname}"
        }
    ]
}

Data

Data can be found in the data directory and downloaded with the get_data.sh script.

Checkpoints

Pre-trained checkpoints can be found in this google drive

About

An implementation of a CycleGAN for texture transfer between images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.4%
  • Shell 3.6%