ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Changing the cfg and weights are not enough , you have to use the latest CUDA source from https://github.com/AlexeyAB/darknet

Even with replacing the source code, If you intend to build with CUDA, Technically you can't.

Yolo4 require CUDA version >= 10.1

Autoware.AI require CUDA version <= 10.0

and if you build with only CPU you will get poor performance 2 FPS max.