diff structural_segmentation/segmentino/segmentino.sh @ 11:14844597d4d7

Add key detector task; use explicit directory for ttl files
author Chris Cannam
date Mon, 02 Sep 2013 15:45:15 +0100
parents e5970597e220
children
line wrap: on
line diff
--- a/structural_segmentation/segmentino/segmentino.sh	Mon Sep 02 13:00:08 2013 +0100
+++ b/structural_segmentation/segmentino/segmentino.sh	Mon Sep 02 15:45:15 2013 +0100
@@ -26,7 +26,7 @@
 # the $2+0 for start time)
 
 VAMP_PATH="$mydir" sonic-annotator \
-    -t segmentino.ttl \
+    -t "$mydir"/segmentino.ttl \
     -w csv --csv-stdout --csv-separator ";" \
     "$infile" \
     | awk -F';' '{ gsub(/\"/, ""); print $2+0"\t"$2+$3"\t"$5 }' \