Simom0 commited on
Commit
3e776a0
·
verified ·
1 Parent(s): 7193568

Update README

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - lidar
4
+ - point-cloud
5
+ - 3D
6
+ ---
7
+ # Revisiting Retentive Networks for Fast Range-View 3D LiDAR Semantic Segmentation
8
+
9
+ Pretrained model for our paper "Revisiting Retentive Networks for Fast Range-View 3D LiDAR Semantic Segmentation".
10
+
11
+ Please refer to the official Github Repo of [RangeRet](https://github.com/SiMoM0/RangeRet) for scripts and usage.
12
+
13
+ ### Models
14
+
15
+ | Name | Dataset | Split | mIoU (%) |
16
+ |---|---|---|---|
17
+ | rangeret-kitti-657 | SemanticKITTI | Val | 65.7 |
18
+ | rangeret-panda-600 | PandaSet | Val | 66.7 |
19
+ | rangeret-panda-600 | PandaSet | Test | 60.0 |
20
+ | rangeret-poss-528 | SemanticPOSS | Test | 52.8 |