annotate experiments/scripts/cnbh-syllables/results_plotting/extract_results.sh @ 635:0bdd58ee6e92
ffmpeg no longer accepts a qscale value of 0. Changed qscale to 1, which also gives a very high quality output
author |
sness@sness.net |
date |
Fri, 24 May 2013 22:38:09 +0000 |
parents |
be3bbd8b3fcd |
children |
|
rev |
line source |
tomwalters@99
|
1 #!/bin/bash
|
tomwalters@99
|
2 find . -iname "results*" | xargs grep "Correct" | sed 's/.\///' | sed 's/states_/,/' | sed 's/mixture_components\/mfc\/results\.txt_iter/,/' | sed 's/:SENT: %Correct=/,/' | sed 's/ .*//' > final_results.txt |