mirror of
https://github.com/aladdinpersson/Machine-Learning-Collection.git
synced 2026-02-20 13:50:41 +00:00
progan cyclegan
This commit is contained in:
@@ -14,7 +14,7 @@ The model was trained on Zebra<->Horses dataset.
|
||||
The dataset can be downloaded from Kaggle: [link](https://www.kaggle.com/suyashdamle/cyclegan).
|
||||
|
||||
### Download pretrained weights
|
||||
Pretrained weights [will upload soon]().
|
||||
Pretrained weights [download](https://github.com/aladdinpersson/Machine-Learning-Collection/releases/download/1.0/CycleGAN_weights.zip).
|
||||
|
||||
Extract the zip file and put the pth.tar files in the directory with all the python files. Make sure you put LOAD_MODEL=True in the config.py file.
|
||||
|
||||
|
||||
@@ -2,9 +2,9 @@
|
||||
A clean, simple and readable implementation of ProGAN in PyTorch. I've tried to replicate the original paper as closely as possible, so if you read the paper the implementation should be pretty much identical. The results from this implementation I would say is on par with the paper, I'll include some examples results below.
|
||||
|
||||
## Results
|
||||
The model was trained on the Maps dataset and for fun I also tried using it to colorize anime.
|
||||
The model was trained on the Celeb-HQ dataset up to 256x256 image size. After that point I felt it was enough as it would take quite a while to train to 1024^2.
|
||||
|
||||
||
|
||||
|First is 64 random examples (not cherry picked) and second is more cherry picked examples. |
|
||||
|:---:|
|
||||
||
|
||||
||
|
||||
|
||||
Reference in New Issue
Block a user