Realtime YOLO Object Detection using laptop webcam in Google Colab

前端 未结 2 1805
无人及你
无人及你 2020-12-21 12:07

I am using YOLOv3 and OpenCV for realtime object detection on my local system using a Webcam. Everything works like a charm and here is the link of what I did for my local s

2条回答
  •  情歌与酒
    2020-12-21 12:12

    I've used the take photo function from google snippets mentioned in the above answer then registered a callback between python and the js function.
    For the output used cv2_imshow.
    Currently it takes 4 photos from the webcam and does object detection on it.
    You can find the notebook here

提交回复
热议问题