Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: openrail
|
3 |
---
|
|
|
1 |
+
# Disclaimer
|
2 |
+
|
3 |
+
I am not the author.
|
4 |
+
|
5 |
+
I only modified the source code to make it able to run in Windows, and trained a epoch (took days!) for debug and evalulation purpose!
|
6 |
+
|
7 |
+
I have no idea on its performance! Use with caution!
|
8 |
+
|
9 |
+
# Github repo
|
10 |
+
|
11 |
+
[My custom fork and branch.](https://github.com/6DammK9/CAGroup3D/tree/win10-dev)
|
12 |
+
|
13 |
+
# Citation
|
14 |
+
```
|
15 |
+
@inproceedings{
|
16 |
+
wang2022cagroupd,
|
17 |
+
title={{CAG}roup3D: Class-Aware Grouping for 3D Object Detection on Point Clouds},
|
18 |
+
author={Haiyang Wang and Lihe Ding and Shaocong Dong and Shaoshuai Shi and Aoxue Li and Jianan Li and Zhenguo Li and Liwei Wang},
|
19 |
+
booktitle={Advances in Neural Information Processing Systems},
|
20 |
+
editor={Alice H. Oh and Alekh Agarwal and Danielle Belgrave and Kyunghyun Cho},
|
21 |
+
year={2022},
|
22 |
+
url={https://openreview.net/forum?id=nLKkHwYP4Au}
|
23 |
+
}
|
24 |
+
```
|
25 |
+
|
26 |
---
|
27 |
license: openrail
|
28 |
---
|