ディープラーニングで画像からメーター値​を読み取る

CNN回帰の転移学習を用いてカメラで撮影したメーターの値を予測する例です。
110 Downloads
Updated 13 Aug 2019

View License

工場や作業現場では人が目視でメーターの値を読み取る場面が多くありますが、継続的に行うものほど作業者への負荷は大きく、人為的ミスが起こりえます。ルールベースの画像処理の取り組みも多くありますが、どんな環境にも対応できるロバストなアルゴリズムを作ることは簡単ではありません。

このサンプルコードではカメラで取得したメーターの値をディープラーニングを使って予測しています。
画像判定に用いたられる学習済みCNN(AlexNet)を回帰用にカスタムし、連続値であるメーター値を読み取りに適用した例です。

AlexNetの学習済みネットワークはこちらから入手可能です。
https://jp.mathworks.com/matlabcentral/fileexchange/59133-deep-learning-toolbox-model-for-alexnet-network

[Keyward]
画像処理・コンピュータービジョン・ディープラーニング・機械学習・CNN・IPCVデモ・Deep Learning・Machine Learning・回帰・Regression・転移学習

Cite As

Takuji Fukumoto (2024). ディープラーニングで画像からメーター値を読み取る (https://www.mathworks.com/matlabcentral/fileexchange/72375), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2019a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Tags Add Tags
Acknowledgements

Inspired by: Deep Learning Toolbox Model for AlexNet Network

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Meter_DLregression_JP

Version Published Release Notes
1.0.0