YOLOv3-Object-Detection-with-OpenCV icon indicating copy to clipboard operation
YOLOv3-Object-Detection-with-OpenCV copied to clipboard

This project implements a real-time image and video object detection classifier using pretrained yolov3 models.

Results 17 YOLOv3-Object-Detection-with-OpenCV issues
Sort by recently updated
recently updated
newest added

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.

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...