- Description: Compose images in the style of another image
- Network: based on VGG19
- Tensorflow tutorial
- Image database
- Remarks: Test (and if necessary train) on your own images and styles of at least 2 different artists. Check the influence of using different number of intermediate layers and in different location of network structure.
- 1 title page
- 1 table of content page
- 10 - 20 pages - about:
- purpose of the work
- description of the method and description of its implementation
- obtained results and short summary
- 1 bibliography page - at least 5 positions.
- Code with comments. It has to contain all the necessary elements needed to run it, e.g. list of used libraries and images.
- 15 minute Presentation in January.
The order of the presentation in accordance with the date of handing over the work. The maximum number of presentations during project classes is 3.
- Theory: 0 - 4 points,
- Program: 0 - 4 points,
- Presentation and questions: -2 to +2 points
The project deadline is 24.12.2020 (theory + program). Each week of delay: -1 point,
Final Neural Network subject grad: 0.7 * Test grade + 0.3 * Project grade
- Download TexPortable for Windows
- Use LaTeX Workshop for Visual Studio Code
The most convenient way to manage references is using an external BibTeX file and pointing to it from the main file.
However, this requires running the bibtex tool to "compile" the .bib
file and create .bbl
file containing "bibitems" that can be directly inserted in the main tex file.
However, unfortunately the arXiv Tex environment (Tex Live) do not do that.
So easiest way when submitting to arXiv is to create a single self-contained .tex file that contains the references.
This can be done by running the BibTeX command on your machine and insert the content of the generated .bbl
file into the .tex
file and commenting out the \bibliography{references}
that point to the external references file.
Below are the commands that should be run in the project folder:
- Run
$ latex template
- Run
$ bibtex template
- A
template.bbl
file will be generated (make sure it is there) - Copy the
template.bbl
file content totemplate.tex
into the\begin{thebibliography}
command. - Comment out the
\bibliography{references}
command intemplate.tex
. - You ready to submit to arXiv.org.
- Style layers
- Content layers
- Iterations