当前位置:网站首页>V2x SIM dataset (Shanghai Jiaotong University & New York University)
V2x SIM dataset (Shanghai Jiaotong University & New York University)
2022-07-02 11:04:00 【Times & Beliefs】
V2X-Sim summary
One 、 brief introduction
V2X-Sim,Vehicle-to-Everything Short for simulation , By New York University AI4CE Laboratory and Shanghai Jiaotong University MediaBrain The first synthetic developed by the team V2X Assisted autopilot collaborative sensing data set , It aims to stimulate the research of multi-agent multi-modal multi task perception . because V2X The immaturity of and the cost of operating multiple autonomous vehicle at the same time , Building such a real-world data set for the research community is very expensive and laborious . therefore , Use highly realistic CARLA-SUMO Joint simulation to ensure that our data set is representative compared with real-world driving scenes .
Two 、 Sensor setup and data collection
1. sensor
(1) Each vehicle is equipped with 6 individual RGB / depth / Semantic segmentation camera 、1 individual BEV Semantic segmentation camera 、1 individual LiDAR and semantics LiDAR sensor 、1 individual IMU and 1 individual GNSS sensor .
(2) by the road , We will 4 individual RGB camera 、 One BEV Semantic segmentation camera 、 One LiDAR And a semantics LiDAR Connect to infrastructure . Cameras on vehicles and roadside infrastructure can cover 360°, To ensure all-round perception .
2. Map
The data is centralized CARLA Of Town 3、Town 4 and Town 5. Use the above CARLA-SUMO Joint simulation to generate multiple types of vehicles , Like cars 、 Bicycle 、 Motorcycles and emergency vehicles , To retrieve sensor data from the record file .
3、 ... and 、 Use of data sets
1. precondition : Need to download nuScenes devkit package
2. Load data set
from nuscenes.nuscenes import NuScenes
import matplotlib.pyplot as plt
import numpy as np
import os
from IPython.display import Image
import collections
in_path = 'V2X-Sim Dataset path '
nusc = NuScenes(version='v1.0-mini', dataroot=in_path, verbose=True)
3. Scene information
# To investigate a single scene
my_scene = nusc.scene[0]
my_scene
4.sample Information
my_scene = nusc.scene[0]
first_sample_token = my_scene['first_sample_token']
my_sample = nusc.get('sample', first_sample_token)
my_sample
5. Visualization of sensor data
Because the sensor data set is too large to download , All without practice !
Four 、 appendix
Reference from :https://ai4ce.github.io/V2X-Sim/
边栏推荐
- QT学习日记8——资源文件添加
- php中self和static在方法中的区别
- 【AI应用】海康威视iVMS-4200软件安装
- [paid promotion] collection of frequently asked questions, recommended list FAQ
- Creation and use of unified links in Huawei applinking
- Thanos Receiver
- Special topic of binary tree -- acwing 18 Rebuild the binary tree (construct the binary tree by traversing the front and middle order)
- 软件产品管理系统有哪些?12个最佳产品管理工具盘点
- 1287_ Implementation analysis of prvtaskistasksuspended() interface in FreeRTOS
- JVM garbage collector
猜你喜欢
QT学习日记8——资源文件添加
2022-06-17
[applinking practical case] share in app pictures through applinking
Dialogue Wu Gang: why do I believe in the rise of "big country brands"?
【AGC】构建服务3-认证服务示例
Easyexcel, a concise, fast and memory saving excel processing tool
如何用list组件实现tabbar标题栏
(5) Gear control setting of APA scene construction
【深入浅出玩转FPGA学习4----漫谈状态机设计】
Special topic of binary tree -- acwing 19 The next node of the binary tree (find the successor of the node in the tree)
随机推荐
Shell programming 01_ Shell foundation
洛谷 P4281 [AHOI2008]紧急集合 / 聚会(树上倍增 LCA)
JSP webshell免殺——JSP的基礎
【AppLinking实战案例】通过AppLinking分享应用内图片
Jsp webshell Free from killing - The Foundation of JSP
Special topic of binary tree -- [deep base 16. Example 7] ordinary binary tree (simplified version) (multiset seeks the precursor and subsequent sentry Art)
【深入浅出玩转FPGA学习4----漫谈状态机设计】
Nodejs+express+mysql simple blog building
一招快速实现自定义快应用titlebar
Creation and use of unified links in Huawei applinking
二叉树专题--AcWing 18. 重建二叉树(利用前、中序遍历,构建二叉树)
TIPC Getting Started6
【深入浅出玩转FPGA学习2----设计技巧(基本语法)】
Oracle notes
华为联机对战服务玩家掉线重连案例总结
【ARK UI】HarmonyOS ETS的启动页的实现
UVM——Callback
PCL之K-d树与八叉树
MySQL environment configuration
Common methods of JS array