DashCam_python

A project about dashcam implemented by Python

Reference

Current pipeline

  1. Fetch the Google data (Use info_3d)
  2. Transform the point in SFM to Google (SV3D)
  3. Align the SFM with Google (By sfm3DRegion.matrix)
  4. Output the trajectory in (lat, lon, h)/(x, y, z) form
  5. Fetch the Google data (Use trajectory)
  6. Create the SV3D according to trajectory(Now, it’s important to use the correct anchor!!)
  7. Output the ply file of SV3D constructed from trajectory

Important

Model Simplify

Work record