YOLO v4 + ROS2 Humble (Foxy) + CUDA11 + cuDNN (FP16)#319
Open
Ar-Ray-code wants to merge 83 commits into
Open
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
Author
|
Changed CMakeLists.txt to work correctly on CPU. |
Author
I develop this on the master branch. |
Author
|
Did the build for the GPU work? |
Author
|
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.