leggedrobotics / darknet_ros

YOLO ROS: Real-Time Object Detection for ROS
BSD 3-Clause "New" or "Revised" License
2.19k stars 1.18k forks source link

ROS Noetic + YOLOV4 (Darknet by AlexeyAB) + CUDNN + CUDNN_HALF #337

Open wmoralesap opened 3 years ago

wmoralesap commented 3 years ago

Hello I am a student at Johannes Kepler University.

I wanted to use YOLOV4 with darknet_ros and OpenCV4 on ROS Noetic, so I had to change to AlexeyAB's Darknet with the help of #319.

I couldn't find any available implementation. I hope this helps practitioners.

Main Changes

adivardi commented 1 year ago

Any updates from maintainers? darknet_ros is stuck at YoloV3, this PR should help move to the Alexey AB branch which already supports YoloV7.