How do I achieve object detection using yolov4 using a webcam (Realtime object detection)

I need to do object detection on yolov4 but using a webcam for live object detection and I can't find any code or reference on how to do it. (The only code that I found was using images only)

回答 (1 件)

Walter Roberson
Walter Roberson 2023 年 10 月 24 日

0 投票

See for example https://www.mathworks.com/help/driving/ref/yolov4objectdetectormonocamera.html which shows a loop of reading camera frames and running a trained yolo4 network on the frames.

3 件のコメント

George
George 2023 年 10 月 24 日
I have already tried this one but it didn't work
George
George 2023 年 10 月 24 日
Do you have a full code for this task ?
Did you run the example?
openExample('driving/DetectVehiclesInTrafficScenesUsingYOLOV4Example')
If so what happened?

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

製品

リリース

R2022b

質問済み:

2023 年 10 月 24 日

コメント済み:

2023 年 10 月 24 日

Community Treasure Hunt

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

Start Hunting!

Translated by