Pinned Loading
-
-
-
-
-
threaded_opencv_videocapture.py
threaded_opencv_videocapture.py 1class ThreadedCamera(object):
2def __init__(self, src=0):
3self.capture = cv2.VideoCapture(src)
4self.capture.set(cv2.CAP_PROP_BUFFERSIZE, 2)
5 -
yolov4_korban
yolov4_korban PublicForked from AlexeyAB/darknet
YOLOv4 / Scaled-YOLOv4 / YOLO - Neural Networks for Object Detection (Windows and Linux version of Darknet )
C
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.