Python Deep Learning - Second Edition
by Ivan Vasilev, Daniel Slater, Gianmario Spacagna, Peter Roelants, Valentino Zocca
Deep learning and sensors
Now that we have an idea what sensors the vehicle uses, let's see how to apply deep learning to the raw sensor data. First, we'll do this for the camera. In Chapter 5, Advanced Computer Vision, we discussed how to use CNNs in two advanced vision tasks: object detection and semantic segmentation. To recap, object detection creates a bounding box around different classes of objects detected in the image. Semantic segmentation assigns a class label to every pixel of the image. We can use segmentation to detect the exact shape of the road surface and the lane markings on the camera image. We can use object detection to classify and localize the objects of interest in the environment. These include other vehicles, pedestrians, ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access