Skip to content

Commit

Permalink
mp: generative models and 3d gaussian splatting
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianpjensen committed May 26, 2024
1 parent 2429b30 commit 5c713d6
Show file tree
Hide file tree
Showing 8 changed files with 894 additions and 52 deletions.
Binary file added machine_perception/summary/figures/taxonomy.pdf
Binary file not shown.
69 changes: 69 additions & 0 deletions machine_perception/summary/figures/taxonomy.pdf_tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
%% Creator: Inkscape 1.3.2 (091e20e, 2023-11-25), www.inkscape.org
%% PDF/EPS/PS + LaTeX output extension by Johan Engelen, 2010
%% Accompanies image file 'taxonomy.pdf' (pdf, eps, ps)
%%
%% To include the image in your LaTeX document, write
%% \input{<filename>.pdf_tex}
%% instead of
%% \includegraphics{<filename>.pdf}
%% To scale the image, write
%% \def\svgwidth{<desired width>}
%% \input{<filename>.pdf_tex}
%% instead of
%% \includegraphics[width=<desired width>]{<filename>.pdf}
%%
%% Images with a different path to the parent latex file can
%% be accessed with the `import' package (which may need to be
%% installed) using
%% \usepackage{import}
%% in the preamble, and then including the image with
%% \import{<path to file>}{<filename>.pdf_tex}
%% Alternatively, one can specify
%% \graphicspath{{<path to file>/}}
%%
%% For more information, please see info/svg-inkscape on CTAN:
%% http://tug.ctan.org/tex-archive/info/svg-inkscape
%%
\begingroup%
\makeatletter%
\providecommand\color[2][]{%
\errmessage{(Inkscape) Color is used for the text in Inkscape, but the package 'color.sty' is not loaded}%
\renewcommand\color[2][]{}%
}%
\providecommand\transparent[1]{%
\errmessage{(Inkscape) Transparency is used (non-zero) for the text in Inkscape, but the package 'transparent.sty' is not loaded}%
\renewcommand\transparent[1]{}%
}%
\providecommand\rotatebox[2]{#2}%
\newcommand*\fsize{\dimexpr\f@size pt\relax}%
\newcommand*\lineheight[1]{\fontsize{\fsize}{#1\fsize}\selectfont}%
\ifx\svgwidth\undefined%
\setlength{\unitlength}{320bp}%
\ifx\svgscale\undefined%
\relax%
\else%
\setlength{\unitlength}{\unitlength * \real{\svgscale}}%
\fi%
\else%
\setlength{\unitlength}{\svgwidth}%
\fi%
\global\let\svgwidth\undefined%
\global\let\svgscale\undefined%
\makeatother%
\begin{picture}(1,0.5625)%
\lineheight{1}%
\setlength\tabcolsep{0pt}%
\put(0.41784547,0.50369793){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{0}\smash{\begin{tabular}[t]{l}\textbf{Generative models}\end{tabular}}}}%
\put(0.15930399,0.38838271){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{0}\smash{\begin{tabular}[t]{l}\textbf{Explicit density}\end{tabular}}}}%
\put(0.7434936,0.38838271){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{0}\smash{\begin{tabular}[t]{l}\textbf{Implicit density}\end{tabular}}}}%
\put(0.80325556,0.2730446){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{0}\smash{\begin{tabular}[t]{l}\textbf{Direct}\end{tabular}}}}%
\put(0.03771063,0.2730446){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{0}\smash{\begin{tabular}[t]{l}\textbf{Tractable}\end{tabular}}}}%
\put(0.36564041,0.2730446){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{0}\smash{\begin{tabular}[t]{l}\textbf{Intractable}\end{tabular}}}}%
\put(0.41720347,0.04234548){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{0}\smash{\begin{tabular}[t]{l}VAE\end{tabular}}}}%
\put(0.36686492,0.15770648){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{0}\smash{\begin{tabular}[t]{l}\textbf{Variational}\end{tabular}}}}%
\put(0.0209336,0.1576836){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{0}\smash{\begin{tabular}[t]{l}Autoregressive\end{tabular}}}}%
\put(0.0209336,0.10846199){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{0}\smash{\begin{tabular}[t]{l}Normalizing flow\end{tabular}}}}%
\put(0.81839784,0.15768359){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{0}\smash{\begin{tabular}[t]{l}GAN\end{tabular}}}}%
\put(0,0){\includegraphics[width=\unitlength,page=1]{taxonomy.pdf}}%
\end{picture}%
\endgroup%
Loading

0 comments on commit 5c713d6

Please sign in to comment.