haidaoxiaofei / GPS2RoadNetwork

Reading list of the topic about utilizing vehicle generated GPS data to update road networks
14 stars 2 forks source link

develop ml based turning point detection model #6

Open haidaoxiaofei opened 6 years ago

haidaoxiaofei commented 6 years ago
  1. Use the existing map to label the existing turning points on the map
  2. Training model based on the tracks and the labelled turning points
  3. Test the trained model on raw tracks.
haidaoxiaofei commented 6 years ago

Basically, we will test the simple models, like LR, first.

  1. Using the existing map to extract the ground truth of the intersections.
  2. Extract features (e.g., speed, direction change, time-window features) from trajectories
  3. build a simple model with xgboost to see the effectiveness of detecting intersections.