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

SD Threshold for Idle? #1

Open
muschellij2 opened this issue Aug 21, 2023 · 0 comments
Open

SD Threshold for Idle? #1

muschellij2 opened this issue Aug 21, 2023 · 0 comments

Comments

@muschellij2
Copy link

What is the threshold for idle?

In the paper "Zee: Zero-Effort Crowdsourcing for Indoor Localization" it indicates 0.01
Screen Shot 2023-08-21 at 1 39 28 PM

but the autocorrelation code uses 0.02
https://github.com/hermanwongkm/OneStepAtATime/blob/master/autocorrelation3.py#L228

if (sd < 0.02):

and it is set 0.02 in main.py
https://github.com/hermanwongkm/OneStepAtATime/blob/master/main.py#L84
if(sd < 0.02):

Also the cutoff for "DRIVING" is different between main and autocorrelation, which should be used?

elif (autoCorrelationValue > 0.4 and sd < 0.08):

elif (acChosen > 0.4 and sd < 0.05):

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

1 participant