티스토리 뷰
Darknet은 별도로 실행시키셔서 Published Bounding Boxes를 칼만필터 이용해 Tracking 합니다.
Tracked Boxes는 다시 publishing 합니다.
CPP 수정하다가 멈춘 파일을 발견해서 Ros에서 작동되게끔 수정해보았습니다.(출처 아래)
python으로 돌렸을때보다 프레임이 수십배이상 잘나오는것 같습니다.
https://github.com/mkyun2/ROS_SORT
Test Environment
Ubuntu 18.04, ROS Melodic, C++, Opencv 3.4.16
git clone git@github.com:mkyun2/ROS_SORT.git
Should be executing YOLO-ROS before executing SORT
catkin_make
rosrun sort_ros sort_ros_node
Working Video
I refer to below
https://github.com/abewley/sort
https://github.com/mcximing/
https://github.com/engcang/
'maengkyun > Study note' 카테고리의 다른 글
[RVO] Reciprocal Velocity Obstacles (2) | 2022.12.20 |
---|---|
[VO] Velocity Obstacles (0) | 2022.12.20 |
RRT 경로 생성 알고리즘 (4) | 2022.07.14 |
[Pixhawk] Simulation Using Gazebo_ROS and Mavros (9) | 2021.08.26 |
Complementary Filter(LPF+HPF) Gyroscope, Accelerometer fusion (2) | 2021.05.21 |
댓글