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
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
2023년 10월 24일
George
2023년 10월 24일
Walter Roberson
2023년 10월 24일
Did you run the example?
openExample('driving/DetectVehiclesInTrafficScenesUsingYOLOV4Example')
If so what happened?
카테고리
도움말 센터 및 File Exchange에서 Detection에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!