diff options
| -rw-r--r-- | algorithm.tex | 2 | ||||
| -rw-r--r-- | experimental.tex | 16 | ||||
| -rw-r--r-- | kinect.tex | 43 | ||||
| -rw-r--r-- | uniqueness.tex | 2 | ||||
| -rw-r--r-- | utils.tex | 14 |
5 files changed, 48 insertions, 29 deletions
diff --git a/algorithm.tex b/algorithm.tex index faadd9a..a0ad299 100644 --- a/algorithm.tex +++ b/algorithm.tex @@ -70,7 +70,7 @@ and the higher the precision. \begin{center} \includegraphics[width=0.99\textwidth]{graphics/hallway.png} \end{center} - \vspace{-\baselineskip} + \vspace{-1.5\baselineskip} \caption{Experiment setting. Color image, depth image, and fitted skeleton as captured by the Kinect in a single frame} \label{fig:hallway} diff --git a/experimental.tex b/experimental.tex index bda7040..76678ca 100644 --- a/experimental.tex +++ b/experimental.tex @@ -13,6 +13,7 @@ results. \begin{center} \includegraphics[width=0.49\textwidth]{graphics/frames.pdf} \end{center} + \vspace{-1.5\baselineskip} \caption{Distribution of the frequency of each individual in the dataset} \label{fig:frames} @@ -106,15 +107,17 @@ pairs of joints: \begin{table}[!h] \begin{center} \vspace{-1.5\baselineskip} -\begin{tabular}{lll} -Head-ShoulderCenter & Elbow-Wrist & HipCenter-Hip\\ -ShoulderCenter-Shoulder & ShoulderCenter-Spine & Hip-Knee\\ -Shoulder-Elbow & Spine-HipCenter & Knee-Ankle\\ +\begin{tabular}{ll} +Head-ShoulderCenter & Elbow-Wrist\\ +HipCenter-Hip & ShoulderCenter-Shoulder\\ +ShoulderCenter-Spine & Hip-Knee\\ +Shoulder-Elbow & Spine-HipCenter\\ +Knee-Ankle& \\ \end{tabular} \vspace{-2.5\baselineskip} \end{center} +\vspace{1\baselineskip} \end{table} -\vspace{1.5\baselineskip} Each detected skeleton also has an ID number obtained from the figure detection stage. When there are consecutive frames with the same ID, it means that figure @@ -240,6 +243,7 @@ recognition rates mostly above 90\% for group sizes of 3 and 5. \begin{center} \includegraphics[width=0.49\textwidth]{graphics/online-sht.pdf} \end{center} +\vspace{-1.5\baselineskip} \caption{Results for the online setting, where $n_p$ is the size of the group as in Figure~\ref{fig:offline}} \label{fig:online} @@ -249,6 +253,7 @@ recognition rates mostly above 90\% for group sizes of 3 and 5. \begin{center} \includegraphics[width=0.49\textwidth]{graphics/face.pdf} \end{center} +\vspace{-1.5\baselineskip} \caption{Results for face recognition versus skeleton recognition with $n_p=5$ people} \label{fig:face} @@ -308,6 +313,7 @@ they are walking towards the camera. \begin{figure}[t] \centering \includegraphics[width=0.49\textwidth]{graphics/back.pdf} +\vspace{-1.5\baselineskip} \caption{Results with people walking away from and toward the camera} \label{fig:back} \end{figure} @@ -1,15 +1,13 @@ -%\documentclass[runningheads]{llncs} -%\documentclass[letterpaper, 10 pt, conference]{IEEEtran} \documentclass[10pt,twocolumn,letterpaper]{article} -\usepackage{cvpr_eso} +\usepackage{cvpr} \usepackage{times} \usepackage{epsfig} \usepackage{amsmath} \usepackage{amssymb} -\usepackage[dvips]{color} +%\usepackage[dvips]{color} \usepackage{graphicx} -\usepackage{color} +%\usepackage{color} %\usepackage[width=122mm,left=12mm,paperwidth=146mm,height=193mm,top=12mm,paperheight=217mm]{geometry} \usepackage{tabularx} \usepackage{url} @@ -27,22 +25,21 @@ \usepackage{subfig} \usepackage{url} \usepackage{flushend} +\input{utils} -%\usepackage{times} -% substitutes normal through postscript fonts (\texttt) use \mathptmx -% after +% \cvprfinalcopy % *** Uncomment this line for the final submission %\usepackage{pslatex} -% substitutes normal through postscript fonts (normal and math text) -%\usepackage{mathptmx} - %\usepackage[latin1]{inputenc} -\input{utils} +\usepackage[pagebackref=true,breaklinks=true,letterpaper=true,colorlinks,bookmarks=false]{hyperref} + +\def\cvprPaperID{****} % *** Enter the CVPR Paper ID here +\def\httilde{\mbox{\tt\raisebox{-.5ex}{\symbol{126}}}} + +% Pages are numbered in submission mode, and unnumbered in camera-ready +\ifcvprfinal\pagestyle{empty}\fi \begin{document} -%\pagestyle{headings} -%\mainmatter -%\def\ECCV12SubNumber{543} % Insert your submission number here \title{Skeleton Recognition: Viability and Performance} % Replace with your title @@ -70,7 +67,21 @@ % \author{Anonymous ECCV submission} % \institute{Paper ID \ECCV12SubNumber} -\author{} +\author{First Author\\ +Institution1\\ +Institution1 address\\ +{\tt\small firstauthor@i1.org} +% For a paper whose authors are all at the same institution, +% omit the following lines up until the closing ``}''. +% Additional authors and addresses can be added with ``\and'', +% just like the second author. +% To save space, use either the email address or home page, not both +\and +Second Author\\ +Institution2\\ +First line of institution2 address\\ +{\tt\small secondauthor@i2.org} +} % \author{ \parbox{2 in}{\centering Jon Whiteaker\\ % {\tt\small jbw@berkeley.edu}} % \parbox{2 in}{ \centering Thibaut Horel\\ diff --git a/uniqueness.tex b/uniqueness.tex index 3c23f7a..b39c37c 100644 --- a/uniqueness.tex +++ b/uniqueness.tex @@ -4,6 +4,7 @@ \begin{figure*}[t] \centering \includegraphics[width=0.99\textwidth]{graphics/limbs.pdf} +\vspace{-\baselineskip} \caption{Histograms of differences between 9 skeleton measurements $x_k$ (Section~\ref{sec:experiment}) and their expectation given the class $y$. In red, the p.d.f. of a normal distribution with mean and @@ -79,6 +80,7 @@ output of the algorithm for the threshold $\delta$ is defined as: \begin{center} \includegraphics[width=0.49\textwidth]{graphics/roc.pdf} \end{center} +\vspace{-1.5\baselineskip} \caption{ROC curve for several standard deviations of the noise and for the state-of-the-art \emph{Associate-Predict} face detection algorithm. The standard deviation $\sigma$ is shown in millimeters} @@ -30,14 +30,14 @@ \newcommand{\zb}{z.\,B. \@}
-\newcommand{\ie}{i.\,e., \@}
-\newcommand{\eg}{e.\,g., \@}
-\newcommand{\Ie}{I.\,e., \@}
-\newcommand{\Eg}{E.\,g., \@}
-\newcommand{\cf}{cf. \@}
-\newcommand{\Cf}{Cf. \@}
+%\newcommand{\ie}{i.\,e., \@}
+%\newcommand{\eg}{e.\,g., \@}
+%\newcommand{\Ie}{I.\,e., \@}
+%\newcommand{\Eg}{E.\,g., \@}
+%\newcommand{\cf}{cf. \@}
+%\newcommand{\Cf}{Cf. \@}
-\newcommand{\etal}{et~al.\xspace}
+%\newcommand{\etal}{et~al.\xspace}
\newcommand{\perc}{\,\%\xspace}
\newcommand{\pert}{\,\textperthousand\xspace}
|
