以 Tensorflow 打造居家保全機器人
Abstract
先以 Teachable-machine 訓練機器學習所需要的模型檔,再將模型檔案匯出為 Tensorflow 格式 :
- 機器學習模型檔訓練
- Teachable-machine and Tensorflow
將 Tensorflow 的模型檔載入 OpenCV 的函式庫中:
- 電腦視覺函式庫整合
- Tensorflow and OpenCV:
將整套系統移植至樹莓派中:
- 軟硬整合
- Porting to Raspberry Pi
實際展示:
- Live demo
- Object detect demo
English Abstract
Use Google Teachable-machine for training the machine learning model files, and then export the model files with Tensorflow format. The basic flow as below:
- Load Google Tensorflow model files into OpenCV library:
- Porting the entire system to the Raspberry Pi:
- Live demo
Target audience
本次主題,適合給對 Python 或單機板 (single-board computer (SBC)) 開發稍有概念的聽眾。但聽眾不一定需要具備機器學習 (machine learning) 知識的相關背景。
演講主題中,將示範以 Teachable-machine 線上工具,來訓練與產生 OpenCV 電腦視覺函式庫辨識物品所需要的資料庫。
聽眾可以在不具備機器學習 (machine learning) 知識的情況下,快速的建立電腦視覺的辨識模型檔,將開發的重心放在辨識後的決策上。
karina