python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
(cuDNN Error: CUDNN_STATUS_BAD_PARAM: Permission denied) - YOLOV4 object detection
I am trying to detecting objects using yolov4. Anyway, when i run this command:
./darknet detector demo cfg/coco.data cfg/yolov4-csp.cfg yolov4-csp.weights -ext_output videoplayback.mp4
I am taking t...
aysekonus
Votes: 0
Answers: 2
How to convert original yolo weights to TensorRT model?
I have developed an improved version of the yolov4-tiny model.
I would like to convert this developed model to a TensorRT model, but after referring to the attached URL, I found that I can only conver...
Ryotaro Harada
Votes: 0
Answers: 2
Can someone explain the output of forward() in DNN module?
when I learn YOLO using opencv, and I use 1 class.
outs = net.forward(output_layers)
if I print the output is as follows:
[9.31552518e-03 7.26305973e-03 2.51572542e-02 1.67992767e-02 1.28286320e-06 0...
KEMAL TAUFIK FIKRI -
Votes: 0
Answers: 1
DARKNET/OPENCV/GSTREAMER: module v4l2src0 reported: Failed to allocate required memory
I'm trying to run the Yolov4-tiny demo of Darknet but am encountering the following error:
[WARN:0] global ../modules/videoio/src/cap_gstreamer.cpp (1824) handleMessage openCV | GStreamer warning: Emb...
1337_N00B
Votes: 0
Answers: 1