OpenPTrack / open_ptrack_v2

OPT v2 "Gnocchi" - adding object tracking and pose recognition
BSD 3-Clause "New" or "Revised" License
218 stars 64 forks source link

Filter object detections into different topics for YOLO-based person tracking #109

Open bsubbaraman opened 4 years ago

bsubbaraman commented 4 years ago

Currently, if we launch YOLO-based person detection as well as object detection, we launch two nodes and wire the detections to their respective topics in the launch file by setting a parameter. Instead of launching two nodes, we should launch just one and filter the YOLO person detections in yolo_based_object_detector_node.cpp by creating a second detection message when YOLO-based tracking is enabled.