anchun commited on
Commit
280d58f
·
verified ·
1 Parent(s): 91563c7

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -0
README.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ language:
4
+ - en
5
+ - zh
6
+ configs:
7
+ - config_name: default
8
+ data_files:
9
+ - split: train
10
+ path: "data/synthetic-driving-nuscenes-sample01.zip"
11
+ size_categories:
12
+ - 1B<n<10B
13
+ tags:
14
+ - autonomous driving
15
+ - synthetic data
16
+ ---
17
+ # **51WORLD Synthetic Dataset Usage Documentation**
18
+
19
+ ## **1 Introduction**
20
+
21
+ The 51WORLD systhetic dataset mainly contains camera sensor-related data and LiDAR sensor-related data generated by 51Sim-One. Camera sensor-related data mainly includes images and corresponding semantic segmentation, instance segmentation, depth annotation, and Object Detection annotation; LiDAR sensor-related data mainly includes laser point clouds and annotation of 3Dbboxes, semantic segmentation annotation, and instance segmentation annotation.
22
+ This repository add several samples for autonomous driving and parking.
23
+
24
+ The driving datasets [synthetic-driving-nuscenes-sample01.zip](data/synthetic-driving-nuscenes-sample01.zip) and [synthetic-driving-nuscenes-sample02.zip](data/synthetic-driving-nuscenes-sample02.zip) , contain data from six cameras and a lidar in NuScenes dataset format, which can be used directly by downstream AI algorithms.
25
+
26
+ Please contact us for more samples!