HomeForumsOpenEarsproblem with OpenEarsSampleProject doesn't recognize some words

This topic has 2 voices, contains 2 replies, and was last updated by  sefiroths 261 days ago.

Viewing 3 posts - 1 through 3 (of 3 total)
Author Posts
Author Posts
August 28, 2011 at 7:19 pm #7551

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

August 28, 2011 at 8:33 pm #7552

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.

August 31, 2011 at 1:36 pm #7555

sefiroths

thanks now it works

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.