-
Notifications
You must be signed in to change notification settings - Fork 13
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
Index is out of bounds #13
Comments
Root cause for this issue is: One GPS points will match more than one points in the road graph. Some GPS points are too far, so that the road the belong to are not adjacent, so some points (road) are added on the fly to make match roads are all adjacent. |
I am facing the same issue. Did you find any solution? |
I'll post a solution in few days. |
This solution was published by the author @arthurdjn If you want to update the code to handle this specific case, you just need to add two extra lines at noiseplanet/matcher/model/leuven.py, line 121:
This is some crappy code and won't update the git repository, at least for now. I need to rearrange the whole project, but as it is old I don't have the courage to clean and update it. |
@pimakshay The solution can walk around the "index out of bound" error. However the result turns out to be a little bit wrong. Result index are mismatched. |
@jks-liu Hi,I am facing the same issue. Did you find any solution?Looking for your message!!! |
error:
PS:
Origin issue is from user @1213314896
#11 (comment)
The text was updated successfully, but these errors were encountered: