Skip to content

Commit

Permalink
Move attributions.
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkDaoust authored Feb 19, 2019
1 parent 90c8dcf commit d373249
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,10 @@
"\n",
"$$ L(n) = L_c(C(k), C(n)) + L_s(S(m), S(n)) $$\n",
"\n",
"The example below takes a graffiti drawing of Eminem (original image by [geishaboy500](<https://commons.wikimedia.org/wiki/File:Southsea_Skatepark_Graff_%285%29_%283874814819%29.jpg>)) as the content image and a [Julia Set fractal](https://en.wikipedia.org/wiki/Julia_set) (original image by [Rafi B. from Somewhere in Texas :)](https://commons.wikimedia.org/wiki/File:Times_square_at_night.jpg))as the style image. The generated image conveys the same work of Eminem through the style of the fractal. \n",
"The example below takes a graffiti drawing of Eminem as the content image and a [Julia Set fractal](https://en.wikipedia.org/wiki/Julia_set) as the style image. The generated image conveys the same work of Eminem through the style of the fractal. \n",
"\n",
"<img src='https://github.com/raskutti/examples/blob/master/community/en/neural_style_transfer/eminem_fractal.png?raw=1' alt='Drawing' style='width: 200px;'/>"
"<img src='https://github.com/raskutti/examples/blob/master/community/en/neural_style_transfer/eminem_fractal.png?raw=1' alt='Drawing' style='width: 200px;'/>\n",
"Original image by [geishaboy500](<https://commons.wikimedia.org/wiki/File:Southsea_Skatepark_Graff_%285%29_%283874814819%29.jpg>)"
]
},
{
Expand Down Expand Up @@ -907,7 +908,8 @@
"\n",
"Now let's see what Times Square would look like when painted by Monet!\n",
"\n",
"<img src='https://github.com/raskutti/examples/blob/master/community/en/neural_style_transfer/times_square_monet.png?raw=1' alt='Drawing' style='width: 200px;'/>"
"<img src='https://github.com/raskutti/examples/blob/master/community/en/neural_style_transfer/times_square_monet.png?raw=1' alt='Drawing' style='width: 200px;'/>\n",
"original image by [Rafi B. from Somewhere in Texas :)](https://commons.wikimedia.org/wiki/File:Times_square_at_night.jpg)"
]
},
{
Expand Down

0 comments on commit d373249

Please sign in to comment.