Skip to content

Commit

Permalink
feat: add pnp experiments slide
Browse files Browse the repository at this point in the history
  • Loading branch information
TQ Zhang committed Oct 28, 2024
1 parent 3900ba7 commit 66f52bd
Show file tree
Hide file tree
Showing 4 changed files with 91 additions and 0 deletions.
Binary file added images/train-smap-pnp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/valid-smap-pnp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions project_aid.tex
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,18 @@
% \end{column}
% \end{columns}
% \end{frame}

\begin{frame}{Pyha/No-Pyha Finished Training}
\begin{columns}
\begin{column}{0.5\textwidth}
\centering
\includegraphics[height=0.5\textwidth]{images/train-smap-pnp.png}
\end{column}
\begin{column}{0.5\textwidth}
\centering
\includegraphics[height=0.5\textwidth]{images/valid-smap-pnp.png}
\end{column}
\end{columns}
\centering
Blue = Pyha, Green = No-Pyha
\end{frame}
76 changes: 76 additions & 0 deletions project_fs.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
% Slides for 2024-07-02

\begin{frame}{Overview}
\begin{itemize}
\item Citizen scientists
\item Fishsense lite / mobile
\end{itemize}
\end{frame}

\begin{frame}{Laser calibration}
\centering
\includegraphics[height=0.7\textheight,width=0.7\textwidth,keepaspectratio]{images/fs_triangulation.png}
\end{frame}

\begin{frame}{Dive slate}
\centering
\includegraphics[height=0.7\textheight,width=0.7\textwidth,keepaspectratio]{images/slate.jpg}
\end{frame}

\begin{frame}{FishSense mobile}
\begin{columns}
\begin{column}{0.5\textwidth}
\begin{itemize}
\item UX/UI improvements
\item Local $\rightarrow$ cloud
\end{itemize}
\end{column}
\begin{column}{0.5\textwidth}
\centering
\includegraphics[height=0.7\textheight,width=0.7\textwidth,keepaspectratio]{images/fs_app.png}
\end{column}
\end{columns}
\end{frame}

\begin{frame}{CCFRP Deployment 6-27}
\begin{itemize}
\item +- 1in
\item Need to get data
\end{itemize}
\end{frame}

% To create a slide with a bullet list, use the following:
% \begin{frame}{TITLE}
% \begin{itemize}
% \item ITEM 1
% \item ITEM 2
% \end{itemize}
% \end{frame}

% To create a slide with numbered list, use the following:
% \begin{frame}{TITLE}
% \begin{enumerate}
% \item ITEM 1
% \item ITEM 2
% \end{enumerate}
% \end{frame}

% To create a slide with a graphic:
% 1. Add the graphic to this folder (named picture.png)
% 2. Use the following:
% \begin{frame}{TITLE}
% \centering
% \includegraphics[height=0.7\textheight,width=0.7\textwidth,keepaspectratio]{picture.png}
% \end{frame}

% To create a slide with two columns, use the following:
% \begin{frame}{TITLE}
% \begin{columns}
% \begin{column}{0.5\textwidth}
% COLUMN 1 BODY
% \end{column}
% \begin{column}{0.5\textwidth}
% COLUMN 2 BODY
% \end{column}
% \end{columns}
% \end{frame}

0 comments on commit 66f52bd

Please sign in to comment.