This commit is contained in:
firestar5683
2026-07-14 17:12:55 -05:00
parent fb98b8cb29
commit 00539e1dc2
4 changed files with 7 additions and 0 deletions
+1
View File
@@ -21,6 +21,7 @@ compiledmodels/
/docs_site/
*.mp4
!docs/assets/speed-limit-vision-demo.mp4
*.dylib
*.DSYM
*.d
Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB

Binary file not shown.
+6
View File
@@ -1,5 +1,11 @@
# I Taught My Comma to Read Speed Limit Signs
<video controls playsinline preload="metadata" poster="assets/speed-limit-vision-demo-poster.jpg" style="width: 100%; max-width: 1280px;">
<source src="assets/speed-limit-vision-demo.mp4" type="video/mp4">
</video>
[Watch the speed-limit vision demo](assets/speed-limit-vision-demo.mp4)
This whole project started because I was lazy.
If youve driven an HKG or Toyota vehicle in recent years, youve probably seen the dashboard automatically pick up speed limits using the camera. Coming from a car that didn't have this functionality, I was very jealous. Those cars can feed those speed limits directly into openpilot forks speed limit controllers. Mine couldn't.