ambiot / ambpro2_arduino

AmebaPro2 Arduino third-party package SDK
https://www.amebaiot.com/en/ameba-arduino-summary/
MIT License
45 stars 20 forks source link

多塊 AMB82 MINI RTSPFaceRecognition 共享特徵值 #162

Closed YiJunKo closed 4 months ago

YiJunKo commented 8 months ago

目前想要多個 AMB82 MINI 在不同的地點做人臉辨識,想請問有沒有辦法可以做到多個 AMB82 MINI 共享特徵值? 或是能不能請求新增新功能

github-actions[bot] commented 8 months ago

Hello, hope this message finds you well. Congrats to your first Issue! We will review it as soon as possiable. Feel free to have a look at https://www.amebaiot.com/en/ameba-arduino-summary/ for more information

M-ichae-l commented 8 months ago

@YiJunKo 從API做修改直接 把“特徵值”/“識別的人臉data”送到cloud, 然後在發給另一個AMB82mini處理

AMB82-mini是邊緣計算, 處理data是不需要聯網的。多塊 AMB82 MINI RTSPFaceRecognition 都是相對獨立, 如果要共享,就需要上面提到的思路,使用者來設計開發application。

YiJunKo commented 8 months ago

@M-ichae-l 感謝您的回覆! 我有想過把“特徵值”/“識別的人臉data”改存在SD卡中,但目前找不到“特徵值”/“識別的人臉data”的變數存放在哪部分,想請問這兩個值存放位置在哪邊?謝謝!

github-actions[bot] commented 8 months ago

This issue is stale because it has been open for 14 days with no activity.

YiJunKo commented 7 months ago

@M-ichae-l Hi, if you have answer, answer me , please!

github-actions[bot] commented 6 months ago

This issue is stale because it has been open for 14 days with no activity.

M-ichae-l commented 6 months ago

@YiJunKo

Current, models are all stored in the flash.

Store the AI/NN model into the SD card.

M-ichae-l commented 4 months ago

Add Store the AI/NN model into the SD card. by #213