How to detect multiple objects in a video file and label these objects with bounding boxes.

4 Ansichten (letzte 30 Tage)
Hi, I want to know how I can create my own object detection using existing convolution neural networks like alexnet and have this applied to a video file that shows the bounding boxes of those objects.
Where are good places and sources so I can understand how to do this?

Akzeptierte Antwort

Image Analyst
Image Analyst am 1 Jan. 2019
Watch Joe Hicklin's demo video, that does exactly that: MathWorks Deep Learning in 11 lines of code
  3 Kommentare
Image Analyst
Image Analyst am 2 Jan. 2019
Well if all you need to do is to detect it, rather than figure out what it is, then it might be simpler. It might not even need a CNN. You might be able to just get by with simple thresholding. Who knows, because you dind't upload an image.
Jack Zimmerman
Jack Zimmerman am 2 Jan. 2019
Bearbeitet: Jack Zimmerman am 2 Jan. 2019
Like I said, any object would be fine, I simply want to understand how to get to the point that I can pass a video file and be able to detect multiple objects and their bounding boxes using pre-trained CNN's like alexnet.
Simple classification isnt enough, something like the documentation seen here:
However, without the requirement of the ROI of the image, that can create its own bounding boxes.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Image and Video Ground Truth Labeling 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