darknet_ros icon indicating copy to clipboard operation
darknet_ros copied to clipboard

I got an error when rosrun darknet_ros darknet_ros

Open iamkkwak opened this issue 6 years ago • 1 comments

Hi, I followed all through "README", but I still got an error like this :

[ INFO] [1558455233.638429916]: [YoloObjectDetector] Node started.
[ INFO] [1558455233.640436069]: [YoloObjectDetector] Xserver is running.
[ INFO] [1558455233.640764302]: [YoloObjectDetector] init().
YOLO V3
Couldn't open file: /default/yolov2-tiny.cfg

when I execute "rosrun darknet_ros darknet_ros" on terminal even though I have already downloaded yolov2-tiny.weights files and had .cfg files in cfg folder. What should I do? Any held will be helpful.

iamkkwak avatar May 21 '19 16:05 iamkkwak

try roslaunch instead of rosrun

yzzymt avatar Nov 22 '19 03:11 yzzymt