diff options
author | nunzip <np.scarh@gmail.com> | 2018-11-15 23:58:24 +0000 |
---|---|---|
committer | nunzip <np.scarh@gmail.com> | 2018-11-15 23:58:24 +0000 |
commit | 5b493d6a15be654e2f4a075b1702e2a85c049561 (patch) | |
tree | ba2f8cff02befbf74abea300e381f03edf655264 | |
parent | 34c51e998cd88999cf6f084f79aad4954572eb53 (diff) | |
download | vz215_np1915-5b493d6a15be654e2f4a075b1702e2a85c049561.tar.gz vz215_np1915-5b493d6a15be654e2f4a075b1702e2a85c049561.tar.bz2 vz215_np1915-5b493d6a15be654e2f4a075b1702e2a85c049561.zip |
Fix Part 1. Need to rewrite part 2
-rwxr-xr-x | report/paper.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/report/paper.md b/report/paper.md index 419bdc7..978cb11 100755 --- a/report/paper.md +++ b/report/paper.md @@ -234,18 +234,18 @@ The pictures on the right show the reconstructed images. \begin{figure} \begin{center} \includegraphics[width=7em]{fig/FO.JPG} -\includegraphics[width=7em]{fig/FL.JPG} \includegraphics[width=7em]{fig/FR.JPG} -\caption{Alternative method failure. Respectively test image, labeled class, reconstructed image} +\includegraphics[width=7em]{fig/FL.JPG} +\caption{Alternative method failure. Respectively test image, reconstructed image, class assigned} \end{center} \end{figure} \begin{figure} \begin{center} \includegraphics[width=7em]{fig/SO.JPG} -\includegraphics[width=7em]{fig/SL.JPG} \includegraphics[width=7em]{fig/SR.JPG} -\caption{Alternative method success. Respectively test image, labeled class, reconstructed image} +\includegraphics[width=7em]{fig/SL.JPG} +\caption{Alternative method success. Respectively test image, reconstructed image, class assigned} \end{center} \end{figure} |