A ros wrapper for Kernel Correlation Filter tracker
mkdir -p ~/catkin_ws/src
next, copy these three packages (ros_kcf,msgs,people_detect_test) to /catkin_ws/src
and
catkin_make
-
Set your own image topic
find ros_kcf_node.launch and people_detect_test.launch and replace
/image_pub/image
with your own image topic. -
Run ros_kcf node
roslaunch ros_kcf ros_kcf_node.launch
-
Run people_detect_test node
roslaunch people_detect_test people_detect_test.launch