mirror of
https://github.com/aladdinpersson/Machine-Learning-Collection.git
synced 2026-04-10 12:33:44 +00:00
cyclegan, progan
This commit is contained in:
@@ -4,17 +4,17 @@ A clean, simple and readable implementation of CycleGAN in PyTorch. I've tried t
|
||||
## Results
|
||||
The model was trained on Zebra<->Horses dataset.
|
||||
|
||||
|1st row: Input / 2nd row: Generated / 3rd row: Target|
|
||||
|1st column: Input / 2nd column: Generated / 3rd row: Re-converted|
|
||||
|:---:|
|
||||
||
|
||||
||
|
||||
||
|
||||
||
|
||||
|
||||
|
||||
### Horses and Zebras Dataset
|
||||
The dataset can be downloaded from Kaggle: [link](https://www.kaggle.com/suyashdamle/cyclegan).
|
||||
|
||||
### Download pretrained weights
|
||||
Pretrained weights for Satellite image to Google Map [will upload soon]().
|
||||
Pretrained weights [will upload soon]().
|
||||
|
||||
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.
|
||||
|
||||
|
||||
BIN
ML/Pytorch/GANs/CycleGAN/results/horse_results.png
Normal file
BIN
ML/Pytorch/GANs/CycleGAN/results/horse_results.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 817 KiB |
BIN
ML/Pytorch/GANs/CycleGAN/results/zebra_results.png
Normal file
BIN
ML/Pytorch/GANs/CycleGAN/results/zebra_results.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 816 KiB |
Reference in New Issue
Block a user