We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What is the threshold for idle?
In the paper "Zee: Zero-Effort Crowdsourcing for Indoor Localization" it indicates 0.01
but the autocorrelation code uses 0.02 https://github.com/hermanwongkm/OneStepAtATime/blob/master/autocorrelation3.py#L228
OneStepAtATime/autocorrelation3.py
Line 228 in 364c00c
OneStepAtATime/main.py
Line 84 in 364c00c
Also the cutoff for "DRIVING" is different between main and autocorrelation, which should be used?
Line 236 in 364c00c
Line 99 in 364c00c
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What is the threshold for idle?
In the paper "Zee: Zero-Effort Crowdsourcing for Indoor Localization" it indicates 0.01

but the autocorrelation code uses 0.02
https://github.com/hermanwongkm/OneStepAtATime/blob/master/autocorrelation3.py#L228
OneStepAtATime/autocorrelation3.py
Line 228 in 364c00c
and it is set 0.02 in main.py
https://github.com/hermanwongkm/OneStepAtATime/blob/master/main.py#L84
OneStepAtATime/main.py
Line 84 in 364c00c
Also the cutoff for "DRIVING" is different between main and autocorrelation, which should be used?
OneStepAtATime/autocorrelation3.py
Line 236 in 364c00c
OneStepAtATime/main.py
Line 99 in 364c00c
The text was updated successfully, but these errors were encountered: