ShiSanChuan / darknet_ros

校内赛无人机追踪气球
BSD 3-Clause "New" or "Revised" License
51 stars 17 forks source link
yolov3

parrot2无人机yolov3目标物体追踪

Overview

Prepare

Vidio

How to used

build

cd catkin_ws/src
git clone https://github.com/AutonomyLab/bebop_autonomy.git
git clone https://github.com/ShiSanChuan/darknet_ros.git
cd ..
catkin build bebop_autonomy
catkin build darknet_ros -DCMAKE_BUILD_TYPE=Release

source devel/setup.bash

Download weights

run

Thinking

Parament

catkin_wc/src/darknet_ros/darknet_ros/launch/yolo_v3.launch

<rosparam command="load" ns="darknet_ros" file="$(find darknet_ros)/config/yolov3-MBZIRC.yaml"/>

used on other UAV

<param name="bebop_topic_head"  value="/bebop" />

Some Problem

Contributier