Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to enable static person detection? #12

Open
agn-7 opened this issue May 23, 2019 · 4 comments
Open

How to enable static person detection? #12

agn-7 opened this issue May 23, 2019 · 4 comments

Comments

@agn-7
Copy link
Contributor

agn-7 commented May 23, 2019

I did an experimental person detection on a simulator which its persons are stand/fixed, so I realized that this repo does not find the fixed person and when I move persons it detected them.

Is there any parameter to detect stood persons or if not, can I change a section of code to detect them?

@agn-7
Copy link
Contributor Author

agn-7 commented May 23, 2019

I realized that it's relevant to the classifier because of their clusters (stand persons) are true.

@koide3
Copy link
Owner

koide3 commented May 27, 2019

Hi @agn-7 ,
As you pointed out, maybe this is due to the difference of the human shape in real and simulated data. You may track such still persons by setting "enable_classification" to false. It makes the human classifier disabled.

@agn-7
Copy link
Contributor Author

agn-7 commented May 27, 2019

Hi @koide3

No, this not due to the human shape, because when I move up simulated humans this repo detect them, with enable_classification true or false, but when simulated humans are fixed with enable_classification true it cannot detect them, and with enable_classification false, it detects them. But with enable_classification false (clustering only) the False-Positive value increased up.

@nithinme3
Copy link

@agn-7,
Hi Were you able to solve the issue of static pedestrian? I am also facing the same issue. In my pointclouds, when people are static its failing to detect. Once they started moving its started to detect.
Nithin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants