Training a neural network from a video

11 ビュー (過去 30 日間)
Ersad Mert Mutlu
Ersad Mert Mutlu 2022 年 2 月 19 日
コメント済み: Ersad Mert Mutlu 2022 年 2 月 23 日
How to train a neural network by using videos or live streams? Is it possible?
  1 件のコメント
yanqi liu
yanqi liu 2022 年 2 月 21 日
yes,sir,it depends on real target,such as use cnn to classify by image dataset,may be get image frame from video and make them to dataset,then train it

サインインしてコメントする。

採用された回答

Sahil Jain
Sahil Jain 2022 年 2 月 22 日
Hi. I'm not sure if you want to classify video sequences or use the frames of a video to classify images. In case you want to classify videos, you can refer to the Classify Videos Using Deep Learning example. However, if you want to use the frames from the video as images, you can save each frame as an image and use an image datatore. You could also develop a custom datastore for reading frames for videos and use them for training.
  1 件のコメント
Ersad Mert Mutlu
Ersad Mert Mutlu 2022 年 2 月 23 日
Thank you. I will try it.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeRecognition, Object Detection, and Semantic Segmentation についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by