Buy Or Build An Autonomous Race Car To Take The Checkered Flag

Putting autonomous vehicles on public roads takes major resources beyond most of our means. But we can explore all the same general concepts at a smaller scale by modifying remote-control toy cars, limited only by our individual budgets and skill levels. For those of us whose interest and expertise lie in software, Amazon Web Services just launched AWS DeepRacer: a complete package for exploring machine learning on autonomous vehicles.

At a hardware level, the spec sheet makes it sound like they’ve bolted their AWS DeepLens machine vision computer on an 1/18th scale monster truck chassis. But the hardware is only the tip of the iceberg. The software behind DeepRacer is AWS RoboMaker, a set of tools for applying AWS to robot development. Everything from running digital simulations on AWS to training neural networks on AWS. Don’t know enough about machine learning? No problem! Amazon has also just opened up their internal training curriculum to the world. And to encourage participation, Amazon is running a DeepRacer League with races taking place both digitally online and physically at AWS Summit events around the world. They’ve certainly offered us a full plate at their re:Invent conference this week.

But maybe someone prefers not to use Amazon, or prefer to build their own hardware, or run their own competitions. Fortunately, Amazon is not the only game in town, merely the latest entry in an existing field. The DeepRacer’s League’s predecessor was the Robocar Rally, and the DeepRacer itself follows the Donkey Car. A do-it-yourself autonomous racing platform we first saw at Bay Area Maker Faire 2017, Donkey Car has since built up its documentation and software tools including a simulator. The default Donkey Car code is fairly specific to the car, but builders are certainly free to use something more general like the open source Robot Operating System and Gazebo robot simulator. (Which is what AWS RoboMaker builds on.)

So if the goal is to start racing little autonomous cars, we have options to buy pre-built hardware or enjoy the flexibility of building our own. Either way, it’s just another example of why this is a great time to get into neural networks, with or without companies like Amazon devising ways to earn our money. Of course, this isn’t the only Amazon project trying to build a business around an idea explored by an existing open source project. We had just talked about their AWS Ground Station offering which covers similar ground (sky?) as our 2014 Hackaday Prize winner SatNOGS.

7 thoughts on “Buy Or Build An Autonomous Race Car To Take The Checkered Flag

  1. ~100GFLOPS of processing power with that Intel Atom cpu. Ideally, and the cpu is also ram bandwidth limited.
    Is that a joke? A modern phone has 300GFLOPS of FP32 processing power, or even 5TOPS on the nn accelerator (and 600GFLOPS additionally on the GPU) in case of the new iPhone XS A12 chip.
    As someone who works with ML, I can safely say that for some use-cases even 15TFLOPS of FP32 isn’t enough (latest nvidia cards).
    They want to use there robots for a race right? A high speed one. That will require at least 30FPS (or 50-60FPS) real time image processing with low latency. So the budget is ~2-3GFLOPS/frame. That’s like only a few convolution layers at any reasonable input size.
    Even todays fastest single shot object detector/classifiers require 25-35GFLOP of processing power for a ~400*400 pixel image.

    1. Obviously the concept of ‘race’ is not defined by speed capabilities of the car, although this is not generally true for human driven formula 1 cars. The car speed will be limited by the capabilities of the navigation system, so , in this case, they may have to go a lot slower than the mechanical capabilities of the car.

  2. So after being forced to train character recognition systems and autonomous-vehicle visual image analysis through Captcha for years, we have this? Should be interesting to see what they do with the data they siphon off.

Leave a Reply to Pico HulkenBorgCancel reply

Please be kind and respectful to help make the comments section excellent. (Comment Policy)

This site uses Akismet to reduce spam. Learn how your comment data is processed.