Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Disclaimer
|
2 |
|
3 |
I am not the author.
|
@@ -12,24 +26,5 @@ I have no idea on its performance! Use with caution!
|
|
12 |
|
13 |
# Citation
|
14 |
|
|
|
15 |
- All credits to the original author.
|
16 |
-
|
17 |
-
```
|
18 |
-
@inproceedings{
|
19 |
-
wang2022cagroupd,
|
20 |
-
title={{CAG}roup3D: Class-Aware Grouping for 3D Object Detection on Point Clouds},
|
21 |
-
author={Haiyang Wang and Lihe Ding and Shaocong Dong and Shaoshuai Shi and Aoxue Li and Jianan Li and Zhenguo Li and Liwei Wang},
|
22 |
-
booktitle={Advances in Neural Information Processing Systems},
|
23 |
-
editor={Alice H. Oh and Alekh Agarwal and Danielle Belgrave and Kyunghyun Cho},
|
24 |
-
year={2022},
|
25 |
-
url={https://openreview.net/forum?id=nLKkHwYP4Au}
|
26 |
-
}
|
27 |
-
```
|
28 |
-
|
29 |
-
---
|
30 |
-
library_name: pcdet
|
31 |
-
tags:
|
32 |
-
- pcdet
|
33 |
-
- arxiv:2210.04264
|
34 |
-
license: openrail
|
35 |
-
---
|
|
|
1 |
+
---
|
2 |
+
library_name: pcdet
|
3 |
+
tags:
|
4 |
+
- pcdet
|
5 |
+
license: openrail
|
6 |
+
metrics:
|
7 |
+
- mAP@0.25
|
8 |
+
- mAP@0.50
|
9 |
+
datasets:
|
10 |
+
- sunrgbd
|
11 |
+
language:
|
12 |
+
- en
|
13 |
+
---
|
14 |
+
|
15 |
# Disclaimer
|
16 |
|
17 |
I am not the author.
|
|
|
26 |
|
27 |
# Citation
|
28 |
|
29 |
+
- [CAGroup3D: Class-Aware Grouping for 3D Object Detection on Point Clouds](https://arxiv.org/abs/2210.04264)
|
30 |
- All credits to the original author.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|