Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 'Additional Resources' section #84

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 29 additions & 2 deletions src/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,34 @@ For example, when the style is obtained from the Van Gogh's painting, the eyes a


<d-appendix>
<h3>Acknowledgments</h3>
<h3 id="additional-resources" style="letter-spacing: -0.1px;">Additional Resources</h3>
<p>
<a href="https://github.com/tensorflow/lucid"><strong>Code:</strong> tensorflow/lucid</a><br>
Open-source implementation of our techniques on GitHub
</p>
<p>
<a href="https://github.com/tensorflow/lucid#differentiable-image-parameterizations-notebooks"><strong>Notebooks:</strong></a><br>
Direct links to <code>ipynb</code> notebooks corresponding to the respective sections of this paper.
<ol style="margin: 0 0 0 30px; padding: 0;">
<li style="margin-bottom: 0.25em;"><a href="https://github.com/tensorflow/lucid/raw/master/notebooks/differentiable-parameterizations/aligned_interpolation.ipynb">Aligned Interpolation</a></li>
<li style="margin-bottom: 0.25em;"><a href="https://github.com/tensorflow/lucid/raw/master/notebooks/differentiable-parameterizations/style_transfer_2d.ipynb">Style Transfer beyond VGG</a></li>
<li style="margin-bottom: 0.25em;"><a href="https://github.com/tensorflow/lucid/raw/master/notebooks/differentiable-parameterizations/xy2rgb.ipynb">Compositional Pattern Producing Networks</a></li>
<li style="margin-bottom: 0.25em;"><a href="https://github.com/tensorflow/lucid/raw/master/notebooks/differentiable-parameterizations/transparency.ipynb">Parameterization with Transparency</a></li>
<li style="margin-bottom: 0.25em;"><a href="https://github.com/tensorflow/lucid/raw/master/notebooks/differentiable-parameterizations/texture_synth_3d.ipynb">3D Texture Synthesis</a></li>
<li style="margin-bottom: 0.25em;"><a href="https://github.com/tensorflow/lucid/raw/master/notebooks/differentiable-parameterizations/style_transfer_3d.ipynb">3D Style Transfer</a></li>
</ol>
</p>
<p>
<a href="https://github.com/tensorflow/lucid/tree/master/notebooks/misc"><strong>Further Notebooks:</strong></a><br>
Direct links to <code>ipynb</code> notebooks generally related to topics of this paper, or exploring more technical aspects of the techniques described in this paper.
<ol style="margin: 0 0 0 30px; padding: 0;">
<li style="margin-bottom: 0.25em;"><a href="https://github.com/tensorflow/lucid/raw/master/notebooks/differentiable-parameterizations/aligned_interpolation.ipynb">Additional Notebook 1</a></li>
<li style="margin-bottom: 0.25em;"><a href="https://github.com/tensorflow/lucid/raw/master/notebooks/differentiable-parameterizations/style_transfer_2d.ipynb">Additional Notebook 2</a></li>
</ol>
</p>


<h3 id="acknowledgments">Acknowledgments</h3>
<p>
We are very grateful to Justin Gilmer, Shan Carter, Dominik Roblek and Amit Patel.
Justin generously stepped in to handle the review process of this article.
Expand All @@ -736,7 +763,7 @@ For example, when the style is obtained from the Van Gogh's painting, the eyes a
and all 3D diagrams use <a href="https://threejs.org/">ThreeJS</a>.
</p>

<h3>Author Contributions</h3>
<h3 id="author-contributions">Author Contributions</h3>
<p>
<b>Research:</b> Alex developed the use of transparency, CPPN parameterization, 3D parameterization, and non-VGG style transfer. Chris developed the use of joint parameterization for alignment, and was lightly involved in the development of transparency and 3D models. The final versions presented in the article were refined by Nicola and Ludwig.
</p>
Expand Down