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

I got an error when rosrun darknet_ros darknet_ros #160

Open iamkkwak opened 5 years ago

iamkkwak commented 5 years ago

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.

yzzymt commented 4 years ago

try roslaunch instead of rosrun