GithubHelp home page GithubHelp logo

Matched percentage: 0 about fmm HOT 1 CLOSED

cyang-kth avatar cyang-kth commented on July 17, 2024
Matched percentage: 0

from fmm.

Comments (1)

cyang-kth avatar cyang-kth commented on July 17, 2024

@Misavan

There are several problems here.

When I run with your configuration, the program never stops. The problem lies in the configuration file.

In your configuration file, the delta, search radius and gps error you defined is in degree (given your original network and GPS data has unit of degree). You should reduce these values. The delta = 3 equals to 300 km distance in practice. That is why the ubodt file generated is also quite big. The same problem lies with the radius where you need to search for the whole network. You can reduce the delta value to 3km (0.03). GPS error could be 50 meters and the search radius can be 300 meters.

Once you change the configurations, the program will terminate normally. However the original trajectory is still unmatched because

  • the algorithm itself cannot handle complicated movements such as move against the direction of an edge, move back and forth
  • The GPS trajectory is quite long and the movement is complex. Whenever a single point cannot be matched by the program, the whole trajectory is marked as unmatched.

I have created some figures based on your data to illustrate these observations.

Normal case - part of the trajectory is corrected matched (violet is the raw trajectory and orange is the matched result)

Screenshot from 2019-05-29 17-52-30

The algorithm has some problem to match in the overpass.

Screenshot from 2019-05-29 17-53-44

Rather complicated movement

Screenshot from 2019-05-29 17-55-15
Screenshot from 2019-05-29 17-53-14

from fmm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.