Earlier quoted context omitted.
How do you think the propriety systems work?
Well, they're often (always? can't say that as I haven't gone all the way into all of them, I suppose) built using actual real-time systems with latency guarantees rather than Python running on off-the-shelf Linux, to start...
Openpilot – open-source self-driving agent
31–40 of 114 posts
Re: Openpilot – open-source self-driving agent
#32I work as a lead autonomous vehicle engineer. Here's a few thoughts: * This isn't really open-source. The most important part, the neural network perception pipeline, is closed sourced. Without the training data and the network architectures, the supporting code is not that useful. * This system is non-deterministic, which is a no-no in critical systems like autonomous vehicle. There's no guarantee that vehicle detec…
Re: Openpilot – open-source self-driving agent
#33One side of me thinks this is really, really cool. The other side is running away as fast as possible. If anything shouldn't be developed by committee, it's something that controls a few thousand pounds hurtling down the highway at 70MPH with at best an observant human watching over it. Here's my reasoning: Mistakes in Django? Bad things happen. Mistakes in the Linux kernel? Potentially really bad things happen. Mist…
Re: Openpilot – open-source self-driving agent
#34I work as a lead autonomous vehicle engineer. Here's a few thoughts: * This isn't really open-source. The most important part, the neural network perception pipeline, is closed sourced. Without the training data and the network architectures, the supporting code is not that useful. * This system is non-deterministic, which is a no-no in critical systems like autonomous vehicle. There's no guarantee that vehicle detec…
What do you mean it's non deterministic? Because it is using floating point operations? Can you elaborate?
Re: Openpilot – open-source self-driving agent
#35I work as a lead autonomous vehicle engineer. Here's a few thoughts: * This isn't really open-source. The most important part, the neural network perception pipeline, is closed sourced. Without the training data and the network architectures, the supporting code is not that useful. * This system is non-deterministic, which is a no-no in critical systems like autonomous vehicle. There's no guarantee that vehicle detec…
What do you mean it's non deterministic? Because it is using floating point operations? Can you elaborate?
Re: Openpilot – open-source self-driving agent
#36I work as a lead autonomous vehicle engineer. Here's a few thoughts: * This isn't really open-source. The most important part, the neural network perception pipeline, is closed sourced. Without the training data and the network architectures, the supporting code is not that useful. * This system is non-deterministic, which is a no-no in critical systems like autonomous vehicle. There's no guarantee that vehicle detec…
What do you mean it's non deterministic? Because it is using floating point operations? Can you elaborate?
For instance, if the model predicts with a 95% certainty to accelerate, then 5% of the time it'll do some action other than accelerating.
Re: Openpilot – open-source self-driving agent
#37One side of me thinks this is really, really cool. The other side is running away as fast as possible. If anything shouldn't be developed by committee, it's something that controls a few thousand pounds hurtling down the highway at 70MPH with at best an observant human watching over it. Here's my reasoning: Mistakes in Django? Bad things happen. Mistakes in the Linux kernel? Potentially really bad things happen. Mist…
Re: Openpilot – open-source self-driving agent
#38Earlier quoted context omitted.
What do you mean it's non deterministic? Because it is using floating point operations? Can you elaborate?
Not a real-time OS?
Re: Openpilot – open-source self-driving agent
#39For those who haven't seen Openpilot before, or recently: * George Hotz (not "Hortz") is working on other stuff now [0], and is no longer CEO. * While "I'm running open-source self-driving software from GitHub" sounds terrifying, the software is very good at what it does, which is very limited (LKAS / ACC / driver monitoring). Browsing test videos on YouTube ( https://www.youtube.com/results?search_query=openpilot+0.…
Re: Openpilot – open-source self-driving agent
#40Earlier quoted context omitted.
No Tesla programmers have been arrested for Autopilot-related crashes.
Tesla makes it extremely clear to its users what the shared responsibility model is for Autopilot features (through warning messages at each Autopilot engagement and in the user's manual for all Tesla vehicles), and has general counsel on staff to reinforce this through legal actions indemnifying their staff. Openpilot is a drastically different model. It is a software breadboard for your own vehicle. For example, th…