owned this note changed 4 years ago
Linked with GitHub

以 Tensorflow 打造居家保全機器人 - karina

tags: COSCUP2021 Beginner zh-tw COSCUP2021 Google 技術 x 公共參與 x 開源 TR409-1

歡迎來到 https://hackmd.io/@coscup/2021 共筆

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →

點擊本頁上方的 開始用 Markdown 一起寫筆記!
手機版請點選上方 按鈕展開議程列表。

請從這裡開始

場域

店面

計畫概述

辨識人物是否認識

架構圖

相機 -> 樹梅派 -> Teachable-machine -> Line推播

Teachable-machine

Google 提供的一個機器學習平台 (可直接在網頁上操作),支援圖片、音訊、姿勢訓練

.model 匯出資料庫
.label 識別標籤

移除視窗、鍵盤

Line message API

GitHub Repository

https://github.com/karina1022/CV-bot

Q&A

  • 外在影響 Camera 的靈敏度
    • 光線,會產生雜訊影響判斷
  • Dockerfile 蠻複雜的
    • 因為環境是 arm 版,但從 apt-get 拿到多是 x86 ,後來改用原始檔安裝
  • 擷取影像的時機
    • (來不及紀錄到)
  • 高中課業重,怎麼分配時間
    • 利用課餘時間,但仍以課業為重
  • 訓練工具有什麼對於影像或訓練模型的參數調整
    • 有許多參數可以調整,可以直接到 Teachable-machine 上面去看
  • 在專案有沒有遇到什麼比較什麼大的問題
    • 軟硬體整合 (第一次使用樹莓派,與平時使用 x86 環境不同)
  • 訓練的情境
    • 面具影像訓練 (沒有實際使用人臉訓練)
Select a repo