Training a neural network from a video

10 Ansichten (letzte 30 Tage)
Ersad Mert Mutlu
Ersad Mert Mutlu am 19 Feb. 2022
Kommentiert: Ersad Mert Mutlu am 23 Feb. 2022
How to train a neural network by using videos or live streams? Is it possible?
  1 Kommentar
yanqi liu
yanqi liu am 21 Feb. 2022
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

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Sahil Jain
Sahil Jain am 22 Feb. 2022
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.

Weitere Antworten (0)

Kategorien

Mehr zu Recognition, Object Detection, and Semantic Segmentation finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by