automatic commit
[folded-ctf.git] / graph.sh
index b54fcf4..611eb84 100755 (executable)
--- a/graph.sh
+++ b/graph.sh
 # You should have received a copy of the GNU General Public License     #
 # along with this program. If not, see <http://www.gnu.org/licenses/>.  #
 #                                                                       #
-# Written and (C) by Francois Fleuret                                   #
+# Written by Francois Fleuret                                           #
+# (C) Idiap Research Institute                                          #
+#                                                                       #
 # Contact <francois.fleuret@idiap.ch> for comments & bug reports        #
 #########################################################################
 
 echo "Parsing the log files"
 
 for p in hb h+b; do
-    grep ^INFO results/${p}-*/log  | grep "FALSE_NEGATIVE_RATE\|PER_VGA" | \
+    grep ^INFO results/${p}-*/log  | grep "DECIMATED_FALSE_NEGATIVE_RATE\|DECIMATED_NB_FALSE_POSITIVES_PER_VGA" | \
         sed -e "s/[^0-9A-Z_ .]//g" | \
         awk '{
                if($2 == "DECIMATED_FALSE_NEGATIVE_RATE") {