Closed golnazhabibi3 closed 4 years ago
Hi, the bounding boxes are from the object3d_detector
while the ids are from bayes_people_tracker
. Try to find marker.lifetime = ros::Duration(0.1);
and change 0.1
to see the different results. Cheers.
Hi,
When I run the code, I see the bounding boxes are flickering. Why the bounding boxes are blinking (not steady), while, the id's are stable? Does it mean the clustering algorithm some times does not detect the pedestrians?
Thanks,
Golnaz