Showcase: geolocating a dashcam video without GPS, only from the footage [P]
Mirrored from r/MachineLearning for archival readability. Support the source by reading on the original site.
Sharing a project I have been working on called Third Eye. It does visual geolocation. Given a video, it figures out where it was filmed using only the image content, and draws the route on a map.
Pipeline in short:
- per frame place recognition against a street imagery index
- a trajectory search that stitches the frames into one coherent path
- a geometric verification step to catch false matches
per frame confidence so weak frames are flagged, not faked
I ran it on real dashcam footage and it traced the route quite well. Cross domain matching like this is genuinely hard, so a fair amount of the work went into making it honest about uncertainty.
Keen to hear feedback on the matching and trajectory side.
Video Demo: https://youtu.be/U3sItFlvq6E?si=-KJrwb0gSlk-GxVH
The Index was covering a 12KM2 Area around NYC.
[link] [comments]
More from r/MachineLearning
-
Loss functions in Instance Representation Learning [R]
Jun 29
-
Price elasticity model [R]
Jun 29
-
Rejected MICCAI paper: workshop -> journal/conference or directly journal/conference [R]
Jun 29
-
I built a demo agricultural planning system with an AI advisor for small-scale farmers in Nicaragua using NASA data [p]
Jun 29
Discussion (0)
Sign in to join the discussion. Free account, 30 seconds — email code or GitHub.
Sign in →No comments yet. Sign in and be the first to say something.