You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, @koide3
In apps/hdl_people_detection_nodelet.cpp, there are codes as:
auto filtered = backsub->filter(cloud);
auto clusters = detector->detect(filtered);
And it seems to detect people in the filtered cloud that only contains voxels with less than "occupy_thresh "(default value is 2).
May I ask what assumptions they are based on?
The text was updated successfully, but these errors were encountered:
Hi, @koide3
In apps/hdl_people_detection_nodelet.cpp, there are codes as:
And it seems to detect people in the filtered cloud that only contains voxels with less than "occupy_thresh "(default value is 2).
May I ask what assumptions they are based on?
The text was updated successfully, but these errors were encountered: