test_print_testresults_all.py
Go to the documentation of this file.
00001 #!/usr/bin/python
00002 #
00003 # Copyright (c) 2010, Georgia Tech Research Corporation
00004 # All rights reserved.
00005 #
00006 # Redistribution and use in source and binary forms, with or without
00007 # modification, are permitted provided that the following conditions are met:
00008 #     * Redistributions of source code must retain the above copyright
00009 #       notice, this list of conditions and the following disclaimer.
00010 #     * Redistributions in binary form must reproduce the above copyright
00011 #       notice, this list of conditions and the following disclaimer in the
00012 #       documentation and/or other materials provided with the distribution.
00013 #     * Neither the name of the Georgia Tech Research Corporation nor the
00014 #       names of its contributors may be used to endorse or promote products
00015 #       derived from this software without specific prior written permission.
00016 #
00017 # THIS SOFTWARE IS PROVIDED BY GEORGIA TECH RESEARCH CORPORATION ''AS IS'' AND
00018 # ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
00019 # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
00020 # DISCLAIMED. IN NO EVENT SHALL GEORGIA TECH BE LIABLE FOR ANY DIRECT, INDIRECT,
00021 # INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
00022 # LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,
00023 # OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
00024 # LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
00025 # OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
00026 # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
00027 #
00028 
00029 #  \author Martin Schuster (Healthcare Robotics Lab, Georgia Tech.)
00030 import roslib; roslib.load_manifest('laser_camera_segmentation')
00031 
00032 
00033 import laser_camera_segmentation.processor as processor
00034 import laser_camera_segmentation.configuration as configuration       
00035         
00036 import time 
00037 
00038 from dumpObj import dumpObj
00039 
00040 
00041         
00042 cfg = configuration.configuration('/home/martin/robot1_data/usr/martin/laser_camera_segmentation/labeling')
00043 pc = processor.processor(cfg)
00044 
00045 #testresults_all = pc.load_testresults_all()
00046 #print testresults_all
00047 #pc.print_testresults_all_latex(testresults_all)
00048 
00049 #pc.generate_and_save_visualizations_on_testset()
00050 
00051 
00052 print r"""%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
00053 %2345678901234567890123456789012345678901234567890123456789012345678901234567890
00054 %        1         2         3         4         5         6         7         8
00055 
00056 \documentclass[letterpaper, 10 pt, conference]{ieeeconf}  % Comment this line out
00057                                                           % if you need a4paper
00058 %\documentclass[a4paper, 10pt, conference]{ieeeconf}      % Use this line for a4
00059                                                           % paper
00060 
00061 \IEEEoverridecommandlockouts                              % This command is only
00062                                                           % needed if you want to
00063                                                           % use the \thanks command
00064 \overrideIEEEmargins
00065 % See the \addtolength command later in the file to balance the column lengths
00066 % on the last page of the document
00067 
00068 
00069 
00070 % The following packages can be found on http:\\www.ctan.org
00071 \usepackage{graphics} % for pdf, bitmapped graphics files
00072 %\usepackage{epsfig} % for postscript graphics files
00073 %\usepackage{mathptmx} % assumes new font selection scheme installed
00074 %\usepackage{times} % assumes new font selection scheme installed
00075 \usepackage{amsmath} % assumes amsmath package installed
00076 \usepackage{amssymb}  % assumes amsmath package installed
00077 \usepackage{graphicx}
00078 \usepackage{textcomp}
00079 \usepackage{array}
00080 \usepackage{multirow}
00081 
00082 \usepackage{longtable}
00083 
00084 \begin{document}
00085 
00086 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
00087 \newcommand{\tbth}[1]{\bf{#1}}
00088 \newcommand{\tbthc}[1]{\multirow{2}{*}{\bf{#1}}}
00089 """
00090 
00091 
00092 testresults_crossvalidation = pc.load_testresults_crossvalidation()
00093 #print testresults_crossvalidation
00094 pc.print_testrestults_crossvalidation_latex(testresults_crossvalidation)
00095 
00096 
00097 print r"""\end{document}"""
00098 


laser_camera_segmentation
Author(s): Martin Schuster, Advisor: Prof. Charlie Kemp, Lab: Healthcare Robotics Lab at Georgia Tech
autogenerated on Wed Nov 27 2013 11:56:44