Skip to content

Commit 062c529

Browse files
update readmes, added pix2pix
1 parent 8be726c commit 062c529

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ML/Pytorch/GANs/Pix2Pix/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Pix2Pix
2-
Implementation of Pix2Pix paper in PyTorch. I've tried to replicate the original paper as closely as possible, so if you read the paper the implementation should be identical. The results from this implementation I would say is on par with the paper, I'll include some examples results below.
2+
A clean, simple and readable implementation of Pix2Pix 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.
33

44
## Results
55
The model was first trained on the Maps dataset also used in the Pix2Pix paper with the task converting satellite images to Google Maps like visualizations. The model was also trained on a fun anime dataset found on Kaggle and examples of the results are shown below.
66

77

88
|1st row: Input / 2nd row: Generated / 3rd row: Target|
9-
|:-:|
9+
| :----------: |
1010
|<img src="results/results_anime.png" width="400" height="400" />|
1111
|<img src="results/results_maps.png" width="450" height="320" />|
1212

0 commit comments

Comments
 (0)