Training a neural network from a video

조회 수: 10 (최근 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.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Recognition, 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