swcho84 / SORT-ros

SORT(Simple Online and Realtime Tracking) node for ROS C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SORT-ros

Implementation of SORT(Simple Online and Realtime Tracking) algorithm for ROS Melodic. It can be used track objects in realtime from image or pointcloud detection. To maximize computational speed, all of soruce codes is written fully c++ language.

Diagram

Installation

  1. Install OpenCV for ROS Melodic
apt-get install ros-melodic-opencv*
  1. Clone source code
cd ~/catkin_ws/src
git clone https://github.com/Hyun-je/SORT-ros/
  1. Build package
cd ~/catkin_ws
catkin_make

References

About

SORT(Simple Online and Realtime Tracking) node for ROS C++

License:GNU Affero General Public License v3.0


Languages

Language:C++ 81.9%Language:CMake 16.4%Language:C 1.7%