nelsonjchen / op-replay-clipper

📽 Capture and develop clips of openpilot. UI optional. Already deployed on Replicate.com for YOUR immediate use!
https://replicate.com/nelsonjchen/op-replay-clipper
MIT License
87 stars 13 forks source link

Disable CPU Rendering for UI Clips #59

Open nelsonjchen opened 11 months ago

nelsonjchen commented 11 months ago

Mind the changes stemming from https://github.com/commaai/openpilot/issues/30294

We need all the GPU usage we can get for clip rendering on the CPU-poor replicate.com platform.

Implementation likely to be a patch during the comma openpilot build process. Will likely patch CPU rendering call to be a no-op.