Realtime YOLO Object Detection using laptop webcam in Google Colab

坚强是说给别人听的谎言 提交于 2020-03-22 09:20:51

问题


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 system(it uses VideoStream ).

I want to do the same on Google colab for faster FPS(my system is not giving high FPS). I read that Google Colab runs on some virtual environment and hence cannot access my local system webcam. But any suggestions if it is possible?

来源:https://stackoverflow.com/questions/54886155/realtime-yolo-object-detection-using-laptop-webcam-in-google-colab

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!