Self-Driving Car Predictions for 2018 from David Silver 关于自动驾驶车辆的2018预测

本文主要是介绍Self-Driving Car Predictions for 2018 from David Silver 关于自动驾驶车辆的2018预测,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

转载自

https://medium.com/self-driving-cars/self-driving-car-predictions-for-2018-ce562be66747

译文为自己翻译,如有错误,敬请指摘。

Here’s what I think the coming year has in store for self-driving cars.

100% Certain

No Level 5 self-driving cars will be deployed anywhere in the world.
No GPS or DGPS system will reliably exceed 10cm localization accuracy on all public roads in the US.

今年L5等级的自动驾驶汽车将不会面世。

在美国的公路上将不会出现可靠定位精度达10厘米的GPS或者DGPS系统。

90% Certain

Level 4 self-driving cars will be available to the general public, on public roads, somewhere in the world.
Deep learning will remain the dominant tool for image classification.
No US road will have a speed limit for autonomous vehicles that is faster than the speed limit for human-driven vehicles.

今年在世界上某些地方,L4等级的自动驾驶汽车将会对公众开放。

深度学习将继续保持在图像分类领域的主导地位。

美国公路对自动驾驶汽车的速度限制将不会超过人类驾驶车辆的速度限制。也就是说自动驾驶车辆的法定最高时速将低于或等于人类驾驶车辆的法定最高时速。

80% Certain

All Level 4 vehicles available to the general public will use lidar.
Somebody will die in a crash while due to a failure of Tesla Autopilot.
Waymo will still have driven more autonomous miles than any other company.
Level 4 self-driving cars will be available to the general public somewhere other than Pittsburgh.
A company will be acquired primarily for its autonomous vehicle capabilities with a valuation above $100M USD.
No dominant technique will emerge for urban motion planning.

所有即将对公众开放的L4等级自动驾驶车辆都将使用雷达。

将会有人在因Tesla Autopilot系统的失误所造成的交通事故中丧命。

Waymo公司将继续保持自动驾驶里程第一的地位。

L4等级自动驾驶汽车会在匹兹堡以外的城市上路。

一家估值超过1亿美元的自动驾驶技术公司将会被收购。

将不会有主导性的技术出现在城市运动规划领域。

70% Certain

Level 4 self-driving cars will be available to the general public somewhere in China.
Tesla will sell the most advanced self-driving system available to the general public.
Deep learning will not be the dominant tool for object classification from point clouds.

L4等级的自动驾驶车辆将会对中国的公众开放。

特斯拉将会出售其所能获得的最先进的自动驾驶系统。

深度学习将不会成为基于点云阵的物体分类的主导工具。

60% Certain

2,000 students will have graduated the Udacity Self-Driving Car Engineer Nanodegree Program.
Level 4 self-driving cars will be available to the general public somewhere in Europe.
Waymo will have exceeded 10 million miles driven.
Tesla will produce 5,000 Model 3 vehicles in a single calendar week.
No member of the general public will die in a Level 4 autonomous vehicle.

将会有2000名学生从Udacity自动驾驶课程毕业。

L4等级的自动驾驶车辆将会对欧洲的公众开放

Waymo公司的自动驾驶里程积累将超过1千万英里。

特斯拉将有能力在一周内量产5000辆Model-3。

将不会有人因L4自动驾驶汽车的上路而丧命。

50% Certain

Cruise Automation will open its Level 4 fleet to the general public.
Level 3 self-driving cars will be available for purchase by the general public.
A company will be acquired primarily for its autonomous vehicle capabilities with a valuation above $1B USD.
1,000 Udacity students will have jobs in the autonomous vehicle industry.
Self-driving cars will be legal for public use somewhere in India.

 克鲁斯将向公众开放其L4等级的自动驾驶车队。

L3等级的自动驾驶车辆将开始向公众出售。

一家估值超过10亿美元的自动驾驶技术公司将会被收购。

1,000名Udacity学生将在无人驾驶汽车行业工作。

自动驾驶车辆在印度的某个地方将合法提供给公众使用。


In a year, I’ll score these and see how I did!

这篇关于Self-Driving Car Predictions for 2018 from David Silver 关于自动驾驶车辆的2018预测的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/332350

相关文章

深入浅出Spring中的@Autowired自动注入的工作原理及实践应用

《深入浅出Spring中的@Autowired自动注入的工作原理及实践应用》在Spring框架的学习旅程中,@Autowired无疑是一个高频出现却又让初学者头疼的注解,它看似简单,却蕴含着Sprin... 目录深入浅出Spring中的@Autowired:自动注入的奥秘什么是依赖注入?@Autowired

基于Redis自动过期的流处理暂停机制

《基于Redis自动过期的流处理暂停机制》基于Redis自动过期的流处理暂停机制是一种高效、可靠且易于实现的解决方案,防止延时过大的数据影响实时处理自动恢复处理,以避免积压的数据影响实时性,下面就来详... 目录核心思路代码实现1. 初始化Redis连接和键前缀2. 接收数据时检查暂停状态3. 检测到延时过

SpringBoot实现RSA+AES自动接口解密的实战指南

《SpringBoot实现RSA+AES自动接口解密的实战指南》在当今数据泄露频发的网络环境中,接口安全已成为开发者不可忽视的核心议题,RSA+AES混合加密方案因其安全性高、性能优越而被广泛采用,本... 目录一、项目依赖与环境准备1.1 Maven依赖配置1.2 密钥生成与配置二、加密工具类实现2.1

Python使用Tenacity一行代码实现自动重试详解

《Python使用Tenacity一行代码实现自动重试详解》tenacity是一个专为Python设计的通用重试库,它的核心理念就是用简单、清晰的方式,为任何可能失败的操作添加重试能力,下面我们就来看... 目录一切始于一个简单的 API 调用Tenacity 入门:一行代码实现优雅重试精细控制:让重试按我

SQL Server跟踪自动统计信息更新实战指南

《SQLServer跟踪自动统计信息更新实战指南》本文详解SQLServer自动统计信息更新的跟踪方法,推荐使用扩展事件实时捕获更新操作及详细信息,同时结合系统视图快速检查统计信息状态,重点强调修... 目录SQL Server 如何跟踪自动统计信息更新:深入解析与实战指南 核心跟踪方法1️⃣ 利用系统目录

Spring Security 单点登录与自动登录机制的实现原理

《SpringSecurity单点登录与自动登录机制的实现原理》本文探讨SpringSecurity实现单点登录(SSO)与自动登录机制,涵盖JWT跨系统认证、RememberMe持久化Token... 目录一、核心概念解析1.1 单点登录(SSO)1.2 自动登录(Remember Me)二、代码分析三、

MyBatis-Plus 自动赋值实体字段最佳实践指南

《MyBatis-Plus自动赋值实体字段最佳实践指南》MyBatis-Plus通过@TableField注解与填充策略,实现时间戳、用户信息、逻辑删除等字段的自动填充,减少手动赋值,提升开发效率与... 目录1. MyBATis-Plus 自动赋值概述1.1 适用场景1.2 自动填充的原理1.3 填充策略

SpringBoot+Docker+Graylog 如何让错误自动报警

《SpringBoot+Docker+Graylog如何让错误自动报警》SpringBoot默认使用SLF4J与Logback,支持多日志级别和配置方式,可输出到控制台、文件及远程服务器,集成ELK... 目录01 Spring Boot 默认日志框架解析02 Spring Boot 日志级别详解03 Sp

浏览器插件cursor实现自动注册、续杯的详细过程

《浏览器插件cursor实现自动注册、续杯的详细过程》Cursor简易注册助手脚本通过自动化邮箱填写和验证码获取流程,大大简化了Cursor的注册过程,它不仅提高了注册效率,还通过友好的用户界面和详细... 目录前言功能概述使用方法安装脚本使用流程邮箱输入页面验证码页面实战演示技术实现核心功能实现1. 随机

HTML5实现的移动端购物车自动结算功能示例代码

《HTML5实现的移动端购物车自动结算功能示例代码》本文介绍HTML5实现移动端购物车自动结算,通过WebStorage、事件监听、DOM操作等技术,确保实时更新与数据同步,优化性能及无障碍性,提升用... 目录1. 移动端购物车自动结算概述2. 数据存储与状态保存机制2.1 浏览器端的数据存储方式2.1.