-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mp: generative models and 3d gaussian splatting
- Loading branch information
1 parent
2429b30
commit 5c713d6
Showing
8 changed files
with
894 additions
and
52 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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% |
Oops, something went wrong.