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

相关文章

JAVA实现Token自动续期机制的示例代码

《JAVA实现Token自动续期机制的示例代码》本文主要介绍了JAVA实现Token自动续期机制的示例代码,通过动态调整会话生命周期平衡安全性与用户体验,解决固定有效期Token带来的风险与不便,感兴... 目录1. 固定有效期Token的内在局限性2. 自动续期机制:兼顾安全与体验的解决方案3. 总结PS

linux部署NFS和autofs自动挂载实现过程

《linux部署NFS和autofs自动挂载实现过程》文章介绍了NFS(网络文件系统)和Autofs的原理与配置,NFS通过RPC实现跨系统文件共享,需配置/etc/exports和nfs.conf,... 目录(一)NFS1. 什么是NFS2.NFS守护进程3.RPC服务4. 原理5. 部署5.1安装NF

Python的Darts库实现时间序列预测

《Python的Darts库实现时间序列预测》Darts一个集统计、机器学习与深度学习模型于一体的Python时间序列预测库,本文主要介绍了Python的Darts库实现时间序列预测,感兴趣的可以了解... 目录目录一、什么是 Darts?二、安装与基本配置安装 Darts导入基础模块三、时间序列数据结构与

MyBatis Plus实现时间字段自动填充的完整方案

《MyBatisPlus实现时间字段自动填充的完整方案》在日常开发中,我们经常需要记录数据的创建时间和更新时间,传统的做法是在每次插入或更新操作时手动设置这些时间字段,这种方式不仅繁琐,还容易遗漏,... 目录前言解决目标技术栈实现步骤1. 实体类注解配置2. 创建元数据处理器3. 服务层代码优化填充机制详

深入浅出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)二、代码分析三、