dmalic commited on
Commit
8e59168
·
verified ·
1 Parent(s): 2ad5aab

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -3
README.md CHANGED
@@ -1,3 +1,32 @@
1
- ---
2
- license: bsd-3-clause-clear
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: bsd-3-clause-clear
5
+ tags:
6
+ - lidar
7
+ - point-cloud
8
+ - surface-normals
9
+ - autonomous-driving
10
+ annotations_creators:
11
+ - machine-generated
12
+ pretty_name: LiSu
13
+ size_categories:
14
+ - 50K<n<60K
15
+ paperswithcode_id: lisu
16
+ dataset_info:
17
+ features:
18
+ - name: x
19
+ dtype: float32
20
+ - name: y
21
+ dtype: float32
22
+ - name: z
23
+ dtype: float32
24
+ - name: intensity
25
+ dtype: float32
26
+ - name: surf_norm_x
27
+ dtype: float32
28
+ - name: surf_norm_y
29
+ dtype: float32
30
+ - name: surf_norm_z
31
+ dtype: float32
32
+ ---