Page 1 of 2
Started validation for ESP-EYE Development Board
Posted: Fri Jan 18, 2019 11:48 am
by Ritesh
Hi All,
I have received ESP-EYE with ESP32 Swag last week and started to check few stuffs for ESP-EYE kit. Below are few useful links for that which might be helpful for some others which will use that kit for evaluation phase.
https://www.cnx-software.com/2019/01/02 ... ent-board/
https://www.cnx-software.com/2018/09/30 ... era-board/
http://www.electronics-lab.com/esp-eye- ... sed-esp32/
https://www.reddit.com/r/esp32/comments ... orts_face/
https://github.com/espressif/esp-who/issues/18
https://github.com/espressif/esp32-camera/tree/master
https://github.com/espressif/esp-who
https://github.com/espressif/esp-who/bl ... d_Guide.md
We have also just started to evaluate that kit and will ask queries for that from IDF perspective.
Also we have checked provided firmware inside board and used few times but we got few backtraces while using it. so there might be just sample firmware installed which needs to make robust to work with all possible test-cases.
Re: Started validation for ESP-EYE Development Board
Posted: Sat Jan 19, 2019 9:52 am
by Ritesh
Hi Everyone,
I hope few has received that module and started work to evaluate it. So, Please post if you find any interesting stuffs for that.
Re: Started validation for ESP-EYE Development Board
Posted: Fri Jan 25, 2019 6:23 pm
by Ritesh
Hi,
We have started evaluation of ESP-EYE board with default firmware as well as compiled ESP-WHO firmware using steps provided.
It works fine for sometimes but we got exception randomly while testing it.
Anyone has faced this type of issue?
Still, We will do some testing and also look firmware source for more undressing.
Re: Started validation for ESP-EYE Development Board
Posted: Sat Jan 26, 2019 8:56 am
by Ritesh
Hi,
We have also checked that default firmware is giving 2 Frames per second. So, I also want to know like up to how much FPS it can support and also same into ESP-WHO framework for that.
Can we get 10 or more than that FPS with current board design and ESP-WHO framework?
Re: Started validation for ESP-EYE Development Board
Posted: Sat Jan 26, 2019 7:02 pm
by fly135
I recv'd one as well. Am very interested in wake word detection. There is only one in English... "Hello Lexin", in the ESP_WHO IDF. Unfortunately it takes me saying it a dozen times before it detects.
John A
Re: Started validation for ESP-EYE Development Board
Posted: Sat Jan 26, 2019 8:09 pm
by chegewara
Hi John,
i didnt test it too much but from my experience wake word is "Hi Lexin" and when you pronounce it as one word it works good.
Re: Started validation for ESP-EYE Development Board
Posted: Sun Jan 27, 2019 3:10 am
by Ritesh
fly135 wrote: ↑Sat Jan 26, 2019 7:02 pm
I recv'd one as well. Am very interested in wake word detection. There is only one in English... "Hello Lexin", in the ESP_WHO IDF. Unfortunately it takes me saying it a dozen times before it detects.
John A
Hi,
Yes. We have also faced same issue into default firmware provided as well as ESP-WHO firmware which we have compiled like not able to detect voice properly. So, Might be need to improve voice recognition process from software or hardware point view.
So, May be Espressif SDK team knows about that.
Re: Started validation for ESP-EYE Development Board
Posted: Sun Jan 27, 2019 3:12 am
by Ritesh
chegewara wrote: ↑Sat Jan 26, 2019 8:09 pm
Hi John,
i didnt test it too much but from my experience wake word is "Hi Lexin" and when you pronounce it as one word it works good.
Yeah. But sometimes with that as single word it is not bale to recognise as we have tried 10 times and able to detect only 3 to 4 times which means ratio is 30 to 40 ℅ for voice recognition process. So, There might be chances like need to improve it from hardware and software side for that.
Re: Started validation for ESP-EYE Development Board
Posted: Mon Jan 28, 2019 2:55 am
by ESP_Sprite
Note that the keyword is trained mostly on the pronounciation of 'Hi Lexin' from Chinese speakers; 'Lexin' is actually Pinyin for the Chinese name of Espressif... long story short, it may help if you pronounce the 'x' more as an 's'.
Re: Started validation for ESP-EYE Development Board
Posted: Mon Jan 28, 2019 3:06 pm
by Ritesh
ESP_Sprite wrote: ↑Mon Jan 28, 2019 2:55 am
Note that the keyword is trained mostly on the pronounciation of 'Hi Lexin' from Chinese speakers; 'Lexin' is actually Pinyin for the Chinese name of Espressif... long story short, it may help if you pronounce the 'x' more as an 's'.
Ok. Understood. So, do we have any option to be configurable to change it from firmware side?
Also, crash issue is known from Espressif SDK team?
So that we will concentrate into rest of the stuffs from firmware side.