diff --git a/README.md b/README.md index a3edec8..13350b5 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,21 @@ Latex code for drawing neural networks for reports and presentation. Have a look into examples to see how they are made. Additionally, lets consolidate any improvements that you make and fix any bugs to help more people with this code. +## Examples + +Following are some network representations: + +

+
FCN-8
+ + +

+
FCN-32
+ + +

+
Holistically-Nested Edge Detection
+ ## Getting Started 1. Install the following packages on Ubuntu. * Ubuntu 16.04 @@ -77,19 +92,5 @@ Now, run the program as follows: bash ../tikzmake.sh my_arch -## Examples - -Following are some network representations: - -

-
FCN-8
- - -

-
FCN-32
- - -

-
Holistically-Nested Edge Detection