Skip to content

eran88/CycleGan_StarGan

Repository files navigation

CycleGan and Stargan for deep learning course project

To run cyclegan type:

python cyclegan.py <your_model_name> <pretrained_model_name>

For example, you can train the model on cezanne dataset by changing "monet_folder" to cezanne, and typing:

python cyclegan.py cezanne_model

Later, you can change back the "monet_folder" to monet30, and use the pretrained framework by typing:

python cyclegan.py monet_transfer_from_cezanne cezanne_model

To run StarGan type:

python stargan.py <your_model_name>

To evaluate cyclegan model type:

python fid_cyclegan.py <your_model_name>

To evaluate stargan model type:

python fid_stargan.py <your_model_name>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published