YOLOv3-Object-Detection-with-OpenCV
YOLOv3-Object-Detection-with-OpenCV copied to clipboard
This project implements a real-time image and video object detection classifier using pretrained yolov3 models.
Is it possible to run this on GPU? Right now it's running only on CPU which triggers a very high CPU usage - 90%
Corrected the punctuation, grammar and comprehension of README.md content for better understandability.
fixing #21
File "/Users/jeetshekhaliya/Desktop/Deep Learning/Object Detaction/yolo.py", line 93, in layer_names = [layer_names[i[0] - 1] for i in net.getUnconnectedOutLayers()] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/jeetshekhaliya/Desktop/Deep Learning/Object Detaction/yolo.py", line 93, in layer_names = [layer_names[i[0] - 1] for...