Skip to content

πŸ“½ Capture and develop clips of openpilot. UI optional. Already deployed on Replicate.com for YOUR immediate use!

License

Notifications You must be signed in to change notification settings

blue-genie/op-replay-clipper

Β 
Β 

Repository files navigation

πŸ“½ openpilot Replay Clipper

Here's a small openpilot bug clip:

replicate-prediction-3iy65fzbw3bygdqvuid3duganu.mp4

Capture and develop clips of openpilot from comma.ai's Comma Connect.

The clipper can produce clips of:

  • comma.ai openpilot UI (including desired path, lane lines, modes, etc.)
  • Forward, Wide, and Driver Camera with no UI
    • Concatenate, cut, and convert the raw, low-compatibility, and separated HEVC files to one highly compatible H.264 MP4 for easy sharing.
  • 360 Video
    • Rendered from Wide and Driver Camera. Uploadable to YouTube, viewable in VLC, and accepted by any video players or web services that take 360 videos.
  • Forward Upon Wide and 360 Forward Upon Wide
    • Forward video is overlayed atop the wide video. Not perfect, but usable.

All clip options have a configurable target file size option as platforms like Discord limit file upload sizes.

The clipper is deployed on Replicate:

https://replicate.com/nelsonjchen/op-replay-clipper

Replicate is an ultra-low-cost pay-as-you-go compute platform for running software jobs. Replicate is a great way to run this clipper as it's fast, easy to use, and you don't need to install anything on your computer or even deploy anything yourself. Just enter in the required information into the form, and Replicate will generate a clip. Expect to pay about ~$0.01 per clip but not even need to put in any payment details until you've reached a generously large level of usage.

Terminology

  • Route - A drive recorded by openpilot. Generally from Ignition On to Ignition Off.

Requirements

Non-Requirements

  • A comma lite or prime subscription.
    • Clipping was a comma connect prime-only feature but was removed for refurbishment. This is a free and open source tool to do the same.

Quick Usage

We assume you've already paired your device and have access to the device with your comma connect account.

  1. Visit comma connect and select a route.
  2. Scrub to the time you want to clip.
    • In this example, I've scrubbed to a time where I want to make a small clip of behind this cool car.
    • image
  3. Now I need to select the portion of the route I want to clip. Here's a video of what that UI looks like
    • See how I drag and select a portion.

    • You can see me make a mistake but pressing the left arrow (←) in the top-left corner lets me re-expand and try to trim again.

    • The clipper has a maximum length of 5 minutes. Try to select a portion that's less than that. Try to aim for 20 seconds to a minute though; everybody else has short attention spans.

    • Video:

      scrubdown.mp4
  4. Once satisified with the selected portion, prepare the route and files for rendering.
    • Make sure all files are uploaded. Select "Upload All" under the "Files" dropdown if you haven't already and make sure it says uploaded. You may need to wait and your device may need to be on for a while for all files to upload.
      • The clipper only works with high-resolution files and needs all files that are part of the clip to be uploaded.
      • image
    • Make sure the route has "Public access" under "More info" turned on. You can set this to off after you're done with clip making.
      • image
  5. Copy the URL in the address bar to your clipboard. In the case above, I've copied "https://connect.comma.ai/fe18f736cb0d7813/1698203405863/1698203460702" to my clipboard.
    • When you were adjusting the selected portion of the route in the last step, it was changing those last two numbers in the URL which is the start time and end time respectively.
    • "Share This Route" button if it is present will work too. Choose "copy to clipboard" or similar.
  6. Visit https://replicate.com/nelsonjchen/op-replay-clipper
  7. Under route, paste the URL you copied in the previous step.
    • image
  8. Tweak any settings you like.
  9. Press Run.
  10. Wait for the clip to render. It may take a few minutes.
  11. Once done, you can download the clip. If you want, turn off "Public access" on the route after you're done.
    • Here's a generated clip with the wide rendering type with no UI:

      cog-clip.1.mp4

Gallery

Demonstration of speed or longitudinal behavior of openpilot with model-based longitudinal is nearly impossible or hard without this clipper. This video is of a good model based long behavior at highway speeds.

ae_driving_highway.mp4

Cars can have bugs themselves. Here's my 2020 Corolla Hatchback phantomly braking on metal strips in stop and go traffic probably from the radar. Perhaps a future openpilot that doesn't depend on radar might be the one sanity checking the radar instead of the other way around currently. And another example of that in Portland.

phantom-radar-braking.mp4
funky-ramp-redux.mp4

This is a video of a bug report where openpilot's lateral handling lost the lane.

lost-line.mp4

Lane cutting?

cutty-uphills.mp4

Nav-assisted follow the road instead of taking the side road.

2023-06-27--15-58-05--14_nav_stays_left_woooo.mp4

Copying the car in front to get around someone waiting for the left turn

interesting-assisted-right-pass.mp4

Limitations

Advanced Usage

JWT Token Input

There is a JWT Token input field. This is for users who do not wish to set a route to be "Public access". There is a major catch though. The JWT Token is valid for 1 year and is irrevocable in any way. Password changes from SSO account logins like in Comma Connect will not invalidate the token. Addtionally, it is not granular, meaning it will give access to all routes for the user if leaked.

If you share a JWT Token with anyone, they will be able to access all your routes for 1 year with no possibility of revocation from you. This is why it's not recommended to use this feature unless you know what you're doing compared to the "Public access" method which is much easier to revoke access to.

Tokens can be obtained from visiting https://jwt.comma.ai/ and logging in with the same comma connect account type. Tokens should be about 181 characters or longer.

Replicate can queue up jobs to run in parallel

After you run something, just use your browser to "Duplicate" the tab, change the settings for the next thing, and press Run. Replicate will queue up jobs and if necessary, even scale up to run multiple jobs in parallel. Very cool!

Credits

UI

The real MVP is @deanlee for the replay tool in the openpilot project. The level of effort to develop the replay tool is far beyond this script. The script is just a wrapper around the replay tool to make it easy to use for clipping videos.

https://github.com/commaai/openpilot/blame/master/tools/replay/main.cc

Video-only

A lot of the FFmpeg commands is based off of @ntegan1's research and documentation including a small disclosure of some but not all details by @incognitojam when @incognitojam was at comma.

https://discord.com/channels/469524606043160576/819046761287909446/1068406169317675078

@morrislee provided original data suitable to try to reverse engineer 360 clips.

About

πŸ“½ Capture and develop clips of openpilot. UI optional. Already deployed on Replicate.com for YOUR immediate use!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 58.4%
  • Shell 37.9%
  • Makefile 2.4%
  • Dockerfile 1.3%