6DammK9 commited on
Commit
65b9122
1 Parent(s): 0e63b2a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md CHANGED
@@ -1,3 +1,30 @@
1
  ---
 
 
 
2
  license: openrail
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - scannet
11
+ language:
12
+ - en
13
  ---
14
+
15
+ # Disclaimer
16
+
17
+ I am not the author.
18
+
19
+ 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!
20
+
21
+ I have no idea on its performance! Use with caution!
22
+
23
+ # Github repo
24
+
25
+ [My custom fork and branch.](https://github.com/6DammK9/CAGroup3D/tree/win10-dev)
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.