Kitt-AI / snowboy

Future versions with model training module will be maintained through a forked version here: https://github.com/seasalt-ai/snowboy
Other
3.11k stars 1k forks source link

Android Demo APP Error #346

Open linshixiong opened 6 years ago

linshixiong commented 6 years ago

I replaced the alexa.umdl file from this link: https://github.com/MyDuerOS/DuerOS-Python-Client/tree/master/app/snowboy/xiaoduxiaodu_all_10022017.umdl App can not start up successfully after replacing,logcat: 01-12 12:39:08.902 2189-2206/? A/libc: Fatal signal 6 (SIGABRT), code -6 in tid 2206 (Thread-4)

chenguoguo commented 6 years ago

How did you set the sensitivities? Did you use something like "0.45,0.45,0.45"?

onix-adt commented 6 years ago

even without change umdl getting error 19164-19164/ai.kitt.snowboy.demo A/libc: Fatal signal 6 (SIGABRT), code -6 in tid 19164 (tt.snowboy.demo) example build under ubuntu 14 and swing 3 Do you have a library with debug enable ? stacktrace is very helpful

chenguoguo commented 6 years ago

@onix-adt

What did you mean by even without change umdl getting error? You meant the original Alexa demo was not working?

My feeling is that if you don't change anything, the demo should work out of box. Which demo were you using?

linshixiong commented 6 years ago

The only thing I did was replace the umdl file

chenguoguo commented 6 years ago

@linshixiong If you take the model from that repository, you should use the model from that repository. We haven't finished updating the libraries in this repository, so the model you tried was not compatible with the libraries in this repository.