diff --git a/examples/fcn8s/cats.jpg b/examples/fcn8s/cats.jpg new file mode 100644 index 0000000..c5e3a4b Binary files /dev/null and b/examples/fcn8s/cats.jpg differ diff --git a/examples/fcn8s/fcn8.pdf b/examples/fcn8s/fcn8.pdf index 826b78e..8a47a04 100644 Binary files a/examples/fcn8s/fcn8.pdf and b/examples/fcn8s/fcn8.pdf differ diff --git a/examples/fcn8s/fcn8.tex b/examples/fcn8s/fcn8.tex index d7a65df..28b9136 100644 --- a/examples/fcn8s/fcn8.tex +++ b/examples/fcn8s/fcn8.tex @@ -2,6 +2,7 @@ \usepackage{import} \subimport{../../layers/}{init} \usetikzlibrary{positioning} +\usetikzlibrary{3d} %for including external image \def\ConvColor{rgb:yellow,5;red,2.5;white,5} \def\ConvReluColor{rgb:yellow,5;red,5;white,5} @@ -16,6 +17,7 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% Draw Layer Blocks %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\node[canvas is zy plane at x=0] (temp) at (-3,0,0) {\includegraphics[width=8cm,height=8cm]{cats.jpg}}; % conv1_1,conv1_2,%pool1 \pic[shift={(0,0,0)}] at (0,0,0) {RightBandedBox={name=cr1,caption=conv1,% xlabel={{"64","64"}},zlabel=I,fill=\ConvColor,bandfill=\ConvReluColor,%