mirror of
https://github.com/inzva/sketch-to-photograph-with-GANs.git
synced 2021-06-01 09:32:15 +03:00
change img paths in md
This commit is contained in:
@@ -36,12 +36,12 @@ Run **binarization.py** to get final edge maps.
|
||||
### Baseline Model
|
||||
The model as seen in the paper by Chen and Hals.
|
||||
|
||||

|
||||

|
||||
|
||||
It follows a simple encoder-decoder structure for the generator and encoder structure for the discriminator. We used a one layer discriminator since a multi-layered approach proved rather complex for the problem we are dealing with.
|
||||
Uses MRU layers instead of convolutional layers, described by the image below:
|
||||
|
||||

|
||||

|
||||
|
||||
MRU provides continuous learning on the input image by taking in the input image with different sizes at every layer.
|
||||
Skip connections also contribute to the preservation of information by concatenating the output of encoder layers to the decoder inputs at every layer (as seen by the dashed lines in Fig 1.1).
|
||||
|
||||
Reference in New Issue
Block a user