strands-project / strands_perception_people

long-term detection, tracking and recognition of people
97 stars 70 forks source link

Integration of Belloto leg detection implementation #119

Open hawesie opened 9 years ago

hawesie commented 9 years ago

@ferdianjovan has been integrating @marcobecerrap's implementation of a laser-based leg detection algorithm from Belloto with the aim of getting better long-distance readings from the laser in order to get longer people tracks.

I'm just putting it here so other tracker users know it's going on @cdondrup @marc-hanheide

marc-hanheide commented 9 years ago

where is it? ;-)

hawesie commented 9 years ago

@ferdianjovan ?

ferdianjovan commented 9 years ago

https://github.com/marcobecerrap/leg_detector

hawesie commented 9 years ago

And the configuration for integrating it into the overall tracker?

ferdianjovan commented 9 years ago

You need to follow the instruction in bayes people tracker package https://github.com/ferdianjovan/strands_perception_people/tree/hydro-devel/bayes_people_tracker add the leg_detector to the detectors.yaml. The topic is /leg_detector_topic/.

cdondrup commented 9 years ago

I guess @marc-hanheide is already looking into releasing it? Should we have a stable fork in strands, is Marco going to work on it or is it just maintained from now on?

marc-hanheide commented 9 years ago

I am and talked to @ferdianjovan about it, because the name was clashing (see https://github.com/marcobecerrap/leg_detector/issues/3) and also the package.xml needs fixing: https://github.com/marcobecerrap/leg_detector/issues/4

ferdianjovan commented 9 years ago

I will talk with @marcobecerrap to fix the clashing problem.

cdondrup commented 9 years ago

This seems to be done. Any news on the final integration with the tracker? @marc-hanheide @ferdianjovan I also talked to Nicola and he offered to help with the integration and the filter of false positives using the tracker like it was done in the original paper. No time frame on that, though.

ferdianjovan commented 9 years ago

Not really sure about the integration, but the leg detector is ready in @marcobecerrap repo. That sounds good if there is a filter for all false positives.