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 object detect using yolov4 and opencv dnn on ROS?
I want to detect an object using the OpenCV DNN module by YOLOv4 on the ROS platform but It does not work. However, I runned opencv dnn module by yolov4 without the ROS platform. Same snippet of code ...
DrBobs
Votes: 0
Answers: 1
How to solve "[rtsp @ 000002788daf24c0] method DESCRIBE failed: 454 Session Not Found" error in windows 10?
I am using YOLOv4 and YOLOv5 for object detection from IP Camera. When I used Hikvision camera, the program was successfully executed and I could get the expected result.
When I try to use a new camer...
Virtuall.Kingg
Votes: 0
Answers: 1
How to convert XML Files into Text files (YOLOV3 Format) for object detection
How we convert XML annotation folder into text or YOLOv3 Format for detection??? I used this code for conversion but it only take one xml image and convert into .txt ..but i want to convert my full fo...
Dua khan
Votes: 0
Answers: 2