Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mangrove Monitoring #157

Merged
merged 3 commits into from
Oct 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added images/mm_inference.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/mm_mangrovewatch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
69 changes: 33 additions & 36 deletions project_mm.tex
Original file line number Diff line number Diff line change
@@ -1,40 +1,37 @@
% To create a slide, use the following:
% \begin{frame}{TITLE}
% BODY
% \end{frame}
\begin{frame}{Output of Inference}
\centering
\includegraphics[height=0.8\textheight,width=0.8\textwidth,keepaspectratio]{images/mm_inference.png}
\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}
\begin{frame}{Mangrove Watch Resolution}
\centering
\includegraphics[height=0.8\textheight,width=0.8\textwidth,keepaspectratio]{images/mm_mangrovewatch.png}
\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}
\begin{frame}{Rough End-to-End Processing Time}
\begin{itemize}
\item On 4-core CPU: 20 min (Inference 17 min)
\item On 3070 GPU: 5 min (Inference 3 min)
\end{itemize}
\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}
\begin{frame}{Image Processing Service Docker Image}
\begin{itemize}
\item Moved to production-ready pytorch distro
\item Slimmed image by about 2gb
\end{itemize}
\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}
\begin{frame}{Image Processing Service Docker Image cont'd}
\begin{itemize}
\item Still is about 12gb
\item Poetry packages contribute 5gb
\end{itemize}
\end{frame}

\begin{frame}{Webserver Refactoring}
\begin{itemize}
\item Consistent pings
\item Fixed bugs with enqueuing system
\end{itemize}
\end{frame}
Loading