Train a camera-only self-driving model for highway or city roads without needing pre-built HD maps
Combine with LIDAR or RADAR sensors to build a fully driverless robotaxi system
Add L2++ hands-free point-to-point navigation to a vehicle while keeping a human available to take over
Extend or compare against the traditional Autoware stack with an end-to-end neural network approach
Requires a GPU-enabled PyTorch environment, the README is early-stage and does not yet document the full training or inference workflow.
AutoFSD is an open-source AI model for self-driving vehicles, released by the Autoware Foundation. The foundation also maintains Autoware, a well-known open-source autonomous driving software stack, and this project extends that work with an end-to-end neural network approach. The model is designed to drive on highways, arterial roads, and city streets using only cameras as sensors, without needing pre-built high-definition maps of the area. The "end-to-end" part of the name means that the AI takes raw camera images as input and outputs driving decisions directly, rather than going through a series of separate steps like detecting objects, building a map, and then planning a route as many traditional autonomous driving systems do. The README describes two intended use cases. The first is for fully driverless robotaxi applications, where the camera-based model is combined with physical sensors such as LIDAR (which uses laser pulses to measure distances) or RADAR (which uses radio waves). The second is for what the industry calls L2++ driver assistance, meaning hands-free point-to-point navigation where a human remains available to take over but the car handles most of the driving. To get started, the README points to a requirements file for installing dependencies and to a Model folder inside the repository for training and running the model. No further setup detail is given in the README itself. The project uses PyTorch, a widely used machine learning framework, and is licensed under the Apache 2.0 open-source license. It is a very new repository with only 14 stars at the time of this writing and a short README that does not yet document the full scope of the system.
← autowarefoundation on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.