-
Notifications
You must be signed in to change notification settings - Fork 1.2k
YOLO v4 + ROS2 Humble (Foxy) + CUDA11 + cuDNN (FP16) #319
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
base: foxy
Are you sure you want to change the base?
Conversation
Adds the `launch`, `config`, and `yolo_network_config` folders to the install target for `darknet_ros` so they are available in the catkin install directory.
Add install targets for configuration files
…d-deps Update package.xml dependencies
…eletize Feature/nodeletize
Changed CMakeLists.txt to work correctly on CPU. |
I develop this on the master branch. |
Did the build for the GPU work? |
I will support ROS-Humble and Ampere architecture. |
Hello, bro! Your code and advising help us. Thank you so much. I have a error. So, it is not building colcon. How can I solve problem. Help me!! --> Feb 9 17:18 in korea : I guess CUDA version problem. I have another issuse. |
Hello.
I am a college student in Japan and a fan of darknet_ros.
I've been wanting to make the ROS2 + YOLO v4 implementation happen for a long time, and I'm happy to report that I was able to implement it.
Main changes (my commits -> foxy)
Requirements
Installation
Demo
Connect your webcam to your PC.
Terminal
Performance
Using YOLO v4 consumes a lot of GPU memory and lowers the frame rate, so you need to pay attention to your PC specs.
Test Machine
Performance
YOLO v3 : 67 fps (72 ~ 62 fps), uses 1781MB of VRAM
YOLO v4 : 29 fps (27 ~ 30.5 fps), uses 3963MB of VRAM
Please give it a try. Thank you.