More curves, more intro
This commit is contained in:
@@ -56,4 +56,105 @@ The experiment confirms that the differences between the loading policies are su
|
||||
Another thing is that people do not like waiting after clicking a bookmark, and making them wait in the second part of the experiment is difficult, which reduces even more the differences between the two policies, since the enhanced policy fallbacks to greedy when the camera moves.\todo{this sentence is ugly af}
|
||||
|
||||
\subsubsection{Quantitative results}
|
||||
\todo{plot curves}
|
||||
|
||||
\begin{figure}[th]
|
||||
\centering
|
||||
\begin{tikzpicture}
|
||||
\begin{axis}[
|
||||
xlabel=Time (in s),
|
||||
ylabel=PSNR,
|
||||
no markers,
|
||||
width=\tikzwidth,
|
||||
height=\tikzheight,
|
||||
cycle list name=mystyle,
|
||||
legend pos=south east,
|
||||
xmin=0,
|
||||
xmax=60,
|
||||
ymin=0,
|
||||
]
|
||||
|
||||
\addplot table [y=y, x=x]{assets/system-bookmarks/simulation-results/second-experiment-0.dat};
|
||||
\addlegendentry{Greedy}
|
||||
\addplot table [y=y, x=x]{assets/system-bookmarks/simulation-results/second-experiment-1.dat};
|
||||
\addlegendentry{Greedy optimized for bookmarks}
|
||||
|
||||
\end{axis}
|
||||
\end{tikzpicture}
|
||||
\caption{Comparison of the PSNR during the second experiment}
|
||||
\end{figure}
|
||||
|
||||
\begin{figure}[th]
|
||||
\centering
|
||||
\begin{tikzpicture}
|
||||
\begin{axis}[
|
||||
xlabel=Time (in s),
|
||||
ylabel=PSNR,
|
||||
no markers,
|
||||
width=\tikzwidth,
|
||||
height=\tikzheight,
|
||||
cycle list name=mystyle,
|
||||
legend pos=south east,
|
||||
xmin=0,
|
||||
xmax=10,
|
||||
]
|
||||
|
||||
\addplot table [y=y, x=x]{assets/system-bookmarks/simulation-results/second-experiment-after-clicks-0.dat};
|
||||
\addlegendentry{Greedy}
|
||||
\addplot table [y=y, x=x]{assets/system-bookmarks/simulation-results/second-experiment-after-clicks-1.dat};
|
||||
\addlegendentry{Greedy optimized for bookmarks}
|
||||
|
||||
\end{axis}
|
||||
\end{tikzpicture}
|
||||
\caption{Comparison of the PSNR after a click on a bookmark during the second experiment}
|
||||
\end{figure}
|
||||
|
||||
\begin{figure}[th]
|
||||
\centering
|
||||
\begin{tikzpicture}
|
||||
\begin{axis}[
|
||||
xlabel=Time (in s),
|
||||
ylabel=PSNR,
|
||||
no markers,
|
||||
width=\tikzwidth,
|
||||
height=\tikzheight,
|
||||
cycle list name=mystyle,
|
||||
legend pos=south east,
|
||||
xmin=0,
|
||||
xmax=60,
|
||||
ymin=0,
|
||||
]
|
||||
|
||||
\addplot table [y=y, x=x]{assets/system-bookmarks/simulation-results/third-experiment-0.dat};
|
||||
\addlegendentry{Greedy}
|
||||
\addplot table [y=y, x=x]{assets/system-bookmarks/simulation-results/third-experiment-1.dat};
|
||||
\addlegendentry{Greedy optimized for bookmarks}
|
||||
|
||||
\end{axis}
|
||||
\end{tikzpicture}
|
||||
\caption{Comparison of the PSNR during the third experiment}
|
||||
\end{figure}
|
||||
|
||||
\begin{figure}[th]
|
||||
\centering
|
||||
\begin{tikzpicture}
|
||||
\begin{axis}[
|
||||
xlabel=Time (in s),
|
||||
ylabel=PSNR,
|
||||
no markers,
|
||||
width=\tikzwidth,
|
||||
height=\tikzheight,
|
||||
cycle list name=mystyle,
|
||||
legend pos=south east,
|
||||
xmin=0,
|
||||
xmax=10,
|
||||
]
|
||||
|
||||
\addplot table [y=y, x=x]{assets/system-bookmarks/simulation-results/third-experiment-after-clicks-0.dat};
|
||||
\addlegendentry{Greedy}
|
||||
\addplot table [y=y, x=x]{assets/system-bookmarks/simulation-results/third-experiment-after-clicks-1.dat};
|
||||
\addlegendentry{Greedy optimized for bookmarks}
|
||||
|
||||
\end{axis}
|
||||
\end{tikzpicture}
|
||||
\caption{Comparison of the PSNR after a click on a bookmark during the third experiment}
|
||||
\end{figure}
|
||||
|
||||
Reference in New Issue
Block a user