Skip to content

Arnaud58/Ganilla-Witness-Style

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ganilla

Paper: https://arxiv.org/abs/2002.05638

Network https://github.com/giddyyupp/ganilla

Content

This repo contain my own model train with ganilla. The goal is to test the ganilla network on custom datasets to transform a landscape pictures into the witness game style. The two datasets are on kaggle and are create by myself.

To use the model in the folder landscape2witness you must to download the PyTorch github repo and execute the command :

python test.py --dataroot ./datasets/landscape2witness --name landscape2witness --model cycle_gan --netG resnet_fpn --batch_size 4 --epoch 100

Here exemple of results pictures :

Landscape to witness

Landscape photo Witness style
REAL_A1 FAKE_B1
REAL_A2 FAKE_B2
REAL_A3 FAKE_B3
REAL_A4 FAKE_B4
REAL_A5 FAKE_B5
REAL_A6 FAKE_B6

Witness to landscape

Witness Game picture "Realist" style
REAL_B1 FAKE_A1
REAL_B2 FAKE_A2
REAL_B3 FAKE_A3
REAL_B4 FAKE_A4
REAL_B5 FAKE_A5
REAL_B6 FAKE_A6

About

Contain a train model on ganilla with my own dataset

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages