 sefiroths
|
i have succesfully installed openEars and compiled OpenEarsSampleProject with xcode on my device: ipod Touch 4, but something not works: it recognize perfectly “turn left”, “right”, “go” but
here is my logs while i’m trying to say the words in the vocabulary. i say in order:
@”MONDAY”, @”TUESDAY”, @”WEDNESDAY”, @”THURSDAY”,
@”FRIDAY”, @”SATURDAY”, @”SUNDAY”,
@”QUIDNUNC”,
the results are:
OpenEarsSampleProject[98:707] The received hypothesis is MODEL CHANGE with a score of -723 and an ID of 000000000
OpenEarsSampleProject[98:707] The received hypothesis is CHANGE CHANGE with a score of -1880 and an ID of 000000001
OpenEarsSampleProject[98:707] The received hypothesis is LEFT CHANGE with a score of -1291 and an ID of 000000004
OpenEarsSampleProject[98:707] The received hypothesis is GO CHANGE with a score of -2376 and an ID of 000000005
The received hypothesis is RIGHT CHANGE with a score of -13867 and an ID of 000000006
The received hypothesis is MODEL CHANGE with a score of -5424 and an ID of 000000007
The received hypothesis is MODEL CHANGE with a score of -5870 and an ID of 000000008
The received hypothesis is TURN GO with a score of -26782 and an ID of 000000009
am i missing something?
the device is wrong for the drivers?
thanks
|
 Halle
|
The days of the week vocabulary is from the dynamically generated language model that only gets switched to if you say “change model”. The initial model that is being used when you start up has none of those words in it. The console logs show you which words are being listened for.
|