フリーランス 技術調査ブログ

フリーランス/エンジニア Ruby Python Nodejs Vuejs React Dockerなどの調査技術調査の備忘録

Python+Docker AI温度計のオープンソースがあるらしい

はじめに

  • この記事では実際の検証はしていません。単純にオープンソースの紹介です。
  • 最近、ショッピングモールなどにいくとアプリなどの体温計があるので、同じのを作るのに何かないかと調べてみたらオープンソースがあった

AI Thermometer

サポートする機材

FLIR® A600 FLIR® A315

www.flir.jp

Dockerの設定

Dockerfile 含まれているDockerfileを使用すると、必要なパッケージを含むイメージを自動的に構築できます。

docker build -t ai_thermometer
docker run -it --gpus all -v <local_folder>:/ai_thermometer/results ai_thermometer

今後の展開

  • サポートされるサーマルカメラの数を増やす
  • 熱画像に適用されたオープンポーズの人の検出率を上げる
  • 顔測定アルゴリズムの堅牢性を向上
  • マスク、アイウェア、スカーフ、その他の顔の閉塞要素の自動検出

免責事項

The information and content provided by this application is for information purposes only. You hereby agree that you shall not make any health or medical related decision based in whole or in part on anything contained within the application without consulting your personal doctor.

The software is provided "as is", without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and noninfringement. In no event shall the authors, PAVIS or IIT be liable for any claim, damages or other liability, whether in an action of contract, tort or otherwise, arising from, out of or in connection with the software or the use or other dealings in the software.
  • 使ったことがあるかたは使い方を教えて下さい。