このページの内容は最新ではありません。最新版の英語を参照するには、ここをクリックします。
コンピューター ビジョン
コンピューター ビジョン アプリケーションにおける深層学習のワークフローの拡張
Deep Learning Toolbox™ を Computer Vision Toolbox™ と共に使用して、コンピューター ビジョン アプリケーションに深層学習を適用します。
関数
トピック
イメージ分類
- Train Vision Transformer Network for Image Classification
This example shows how to fine-tune a pretrained vision transformer (ViT) neural network neural network to perform classification on a new collection of images.
オブジェクト検出およびインスタンス セグメンテーション
- 深層学習を使用したオブジェクト検出入門 (Computer Vision Toolbox)
深層学習ニューラル ネットワークを使用してオブジェクト検出を実行する。 - Get Started with Instance Segmentation Using Deep Learning (Computer Vision Toolbox)
Segment objects using an instance segmentation model such as SOLOv2 or Mask R-CNN. - オブジェクト検出のための境界ボックスの拡張
この例では、オブジェクト検出ワークフローの一環としてイメージと境界ボックスの一般的な拡張を行う方法について説明します。 - R-CNN 深層学習を使用したオブジェクト検出器の学習
この例では、深層学習と R-CNN (Regions with Convolutional Neural Networks) を使用して、オブジェクト検出器に学習させる方法を説明します。 - 事前学習済みの ONNX YOLO v2 オブジェクト検出器のインポート
この例では、事前学習済みの ONNX™ (Open Neural Network Exchange) you only look once (YOLO) v2 [1] オブジェクト検出ネットワークをインポートし、このネットワークを使用してオブジェクトを検出する方法を説明します。 - YOLO v2 オブジェクト検出器の ONNX へのエクスポート
この例では、YOLO v2 オブジェクト検出ネットワークを ONNX™ (Open Neural Network Exchange) モデルの形式にエクスポートする方法を説明します。 - マイクロサービスとしてのオブジェクト検出モデルのデプロイ (MATLAB Compiler SDK)
マイクロサービスを使用してイメージ内のオブジェクトを検出する。
自動外観検査
- Getting Started with Anomaly Detection Using Deep Learning (Computer Vision Toolbox)
Anomaly detection using deep learning is an increasingly popular approach to automating visual inspection tasks. The goal of anomaly detection is to perform a binary classification of images as normal or anomalous. For example, in the manufacturing industry, anomaly detection can determine which manufactured units meet quality standards and which units are defective. - 説明可能 FCDD ネットワークを使用したイメージ異常の検出
異常検出器を使用して、正常な錠剤と異常な欠けや汚れのある錠剤を区別する。 - Classify Defects on Wafer Maps Using Deep Learning
This example shows how to classify eight types of manufacturing defects on wafer maps using a simple convolutional neural network (CNN). - Detect Image Anomalies Using Pretrained ResNet-18 Feature Embeddings
Train a similarity-based anomaly detector using one-class learning of feature embeddings extracted from a pretrained ResNet-18 convolutional neural network. - Localize Industrial Defects Using PatchCore Anomaly Detector
Perform localization of anomalous defects in printed circuit boards (PCBs) using anomaly heat maps generated with the PatchCore anomaly detector.
セマンティック セグメンテーション
- 深層学習を使用したセマンティック セグメンテーション入門 (Computer Vision Toolbox)
深層学習を使用したオブジェクトのクラス別のセグメント化。 - セマンティック セグメンテーションのためのピクセル ラベルの拡張
この例では、セマンティック セグメンテーション ワークフローの一環としてイメージとピクセル ラベルの一般的な種類の拡張を行う方法について説明します。 - 膨張畳み込みを使用したセマンティック セグメンテーション
膨張畳み込みを使用してセマンティック セグメンテーション ネットワークに学習させます。 - 深層学習を使用したマルチスペクトル イメージのセマンティック セグメンテーション
この例では、U-Net を使用して 7 チャネルのマルチスペクトル イメージのセマンティック セグメンテーションを実行する方法を示します。 - 深層学習を使用した脳腫瘍の 3 次元セグメンテーション
この例では、3 次元医用画像から脳腫瘍のセマンティック セグメンテーションを実行する方法を説明します。 - Grad-CAM を使用したセマンティック セグメンテーション ネットワークの調査
この例では、Grad-CAM を使用して事前学習済みのセマンティック セグメンテーション ネットワークの予測を調査する方法を説明します。 - Generate Adversarial Examples for Semantic Segmentation (Computer Vision Toolbox)
Generate adversarial examples for a semantic segmentation network using the basic iterative method (BIM). - Prune and Quantize Semantic Segmentation Network
Reduce the memory footprint of a semantic segmentation network and speed-up inference by compressing the network using pruning and quantization.
ビデオ分類
- 深層学習を使用したビデオとオプティカル フロー データのアクティビティ認識
この例では、まず、事前学習済みの Inflated 3-D (I3D) 2 ストリーム畳み込みニューラル ネットワークをベースとしたビデオ分類器を使用してアクティビティ認識を行う方法を説明し、次に、ビデオの RGB データとオプティカル フロー データを使用して、転移学習によりそのようなビデオ分類器に学習させる方法を説明します [1]。 - Gesture Recognition using Videos and Deep Learning
Perform gesture recognition using a pretrained SlowFast video classifier.