Skip to content

Commit

Permalink
fix: Resetting slides
Browse files Browse the repository at this point in the history
  • Loading branch information
ucsd-e4e-role committed Oct 1, 2024
1 parent 0f2a888 commit 1cf957d
Show file tree
Hide file tree
Showing 19 changed files with 90 additions and 140 deletions.
4 changes: 4 additions & 0 deletions active_all_call.tex
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
\item Aqua3D Engineering
\item Website
\item Smartfin
\item Mangrove Monitoring
\item Acoustic Species ID
6 changes: 2 additions & 4 deletions active_order.tex
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
\item Mangrove Monitoring
\item Acoustic Species ID
\item Smartfin
\item Radio Telemetry Tracker
\item Baboons on the Move
\item FishSense
\item FishSense Core
\item FishSense User
12 changes: 4 additions & 8 deletions active_sections.tex
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
\section{Mangrove Monitoring}
\include{project_mm}
\section{Acoustic Species ID}
\include{project_aid}
\section{Smartfin}
\include{project_sf}
\section{Radio Telemetry Tracker}
\include{project_rtt}
\section{Baboons on the Move}
\include{project_bom}
\section{FishSense}
\include{project_fs}
\section{FishSense Core}
\include{project_fs_core}
\section{FishSense User}
\include{project_fs_user}
Binary file removed images/bom/precision_recall_MMB_Baboon_05.png
Binary file not shown.
Binary file removed images/bom/precision_recall_MMB_Baboon_06.png
Binary file not shown.
Binary file removed images/bom/precision_recall_MMB_Baboon_07.png
Binary file not shown.
Binary file removed images/bom/precision_recall_Spot_Baboon_05.png
Binary file not shown.
Binary file removed images/bom/precision_recall_Spot_Baboon_06.png
Binary file not shown.
Binary file removed images/bom/precision_recall_Spot_Baboon_07.png
Binary file not shown.
Binary file removed images/fs_dive.jpg
Binary file not shown.
Binary file removed images/fs_duallaser.jpg
Binary file not shown.
Binary file removed images/mm_networking.png
Binary file not shown.
Binary file removed images/rtt/Screenshot 2024-09-27 165936.jpg
Binary file not shown.
Binary file removed images/rtt/Screenshot 2024-09-27 170105.jpg
Binary file not shown.
Binary file removed images/rtt/rob22017-fig-0005-m.jpg
Binary file not shown.
57 changes: 0 additions & 57 deletions project_bom.tex
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
% Slides for 2024-09-30
% To create a slide, use the following:
% \begin{frame}{TITLE}
% BODY
Expand Down Expand Up @@ -39,59 +38,3 @@
% \end{column}
% \end{columns}
% \end{frame}

\begin{frame}{Baboon Video 05}
\begin{columns}
\begin{column}{0.48\textwidth}
\centering
\includegraphics[width=\textwidth,height=0.7\textheight,keepaspectratio]{images/bom/precision_recall_MMB_Baboon_05.png}
\end{column}
\begin{column}{0.48\textwidth}
\centering
\includegraphics[width=\textwidth,height=0.7\textheight,keepaspectratio]{images/bom/precision_recall_Spot_Baboon_05.png}
\end{column}
\end{columns}
\end{frame}
\begin{frame}{Baboon Video 06}
\begin{columns}
\begin{column}{0.48\textwidth}
\centering
\includegraphics[width=\textwidth,height=0.7\textheight,keepaspectratio]{images/bom/precision_recall_MMB_Baboon_06.png}
\end{column}
\begin{column}{0.48\textwidth}
\centering
\includegraphics[width=\textwidth,height=0.7\textheight,keepaspectratio]{images/bom/precision_recall_Spot_Baboon_06.png}
\end{column}
\end{columns}
\end{frame}
\begin{frame}{Baboon Video 07}
\begin{columns}
\begin{column}{0.48\textwidth}
\centering
\includegraphics[width=\textwidth,height=0.7\textheight,keepaspectratio]{images/bom/precision_recall_MMB_Baboon_07.png}
\end{column}
\begin{column}{0.48\textwidth}
\centering
\includegraphics[width=\textwidth,height=0.7\textheight,keepaspectratio]{images/bom/precision_recall_Spot_Baboon_07.png}
\end{column}
\end{columns}
\end{frame}

\begin{frame}{Journal Considerations}
\begin{columns}
\begin{column}{0.48\textwidth}
\textbf{Plusses:}
\begin{itemize}
\item Spot superior to MMB on Baboons
\item Consistent performance across multiple videos
\end{itemize}
\end{column}
\begin{column}{0.48\textwidth}
\textbf{Minuses:}
\begin{itemize}
\item AP scores not exceptional overall
\item Comparison limited to one algorithm (MMB)
\end{itemize}
\end{column}
\end{columns}
\end{frame}
40 changes: 40 additions & 0 deletions project_fs_core.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
% To create a slide, use the following:
% \begin{frame}{TITLE}
% BODY
% \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}
40 changes: 40 additions & 0 deletions project_fs_user.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
% To create a slide, use the following:
% \begin{frame}{TITLE}
% BODY
% \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}
71 changes: 0 additions & 71 deletions project_rtt.tex
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
% Slides for 2024-09-30
% To create a slide, use the following:
% \begin{frame}{TITLE}
% BODY
Expand Down Expand Up @@ -39,73 +38,3 @@
% \end{column}
% \end{columns}
% \end{frame}

% New slide for summer update
\begin{frame}{Over Summer Update: Fleming College}
\begin{itemize}
\item Fleming College received parts for turtle tracking
\item No further communication from Fleming College
\end{itemize}
\end{frame}

\begin{frame}{Over Summer Update: Project Assessment}
\begin{itemize}
\item Can't elegantly combine tower and drone software.
\item Seperate FDS, COMMs, and GCS. Shared DSP.
\item Focus on drone for quarter.
\end{itemize}
\end{frame}

\begin{frame}{Drone Field Device Software (and Hardware)}
\begin{columns}
\begin{column}{0.5\textwidth}
\includegraphics[height=0.7\textheight,width=\textwidth,keepaspectratio]{images/rtt/Screenshot 2024-09-27 165936.jpg}
\end{column}
\begin{column}{0.5\textwidth}
\begin{itemize}
\item Software and hardware core works
\item Next steps:
\begin{itemize}
\item Implement LoRa communication
\item Create new drone payload casing
\item Solder parts together
\end{itemize}
\end{itemize}
\end{column}
\end{columns}
\end{frame}

\begin{frame}{Drone Ground Control Software}
\begin{columns}
\begin{column}{0.5\textwidth}
\includegraphics[height=0.7\textheight,width=\textwidth,keepaspectratio]{images/rtt/Screenshot 2024-09-27 170105.jpg}
\end{column}
\begin{column}{0.5\textwidth}
\begin{itemize}
\item Swich from QGIS to Folium
\item Reasons:
\begin{itemize}
\item Folium can be dockerized easier
\item Access to Flask instead of Qt
\item May be approach for tower server
\end{itemize}
\end{itemize}
\end{column}
\end{columns}
\end{frame}

\begin{frame}{Drone Path Planner (if time permits)}
\begin{columns}
\begin{column}{0.5\textwidth}
\includegraphics[height=0.7\textheight,width=\textwidth,keepaspectratio]{images/rtt/rob22017-fig-0005-m.jpg}
\end{column}
\begin{column}{0.5\textwidth}
\begin{itemize}
\item Develop a flight simulator
\item Figure out best flight path using DSP/localization
\item Useful tool for future projects
\end{itemize}
\end{column}
\end{columns}
\end{frame}

0 comments on commit 1cf957d

Please sign in to comment.