Haiyang-W / RBGNet

[CVPR2022] This is the official code of "RBGNet: Ray-based Grouping for 3D Object Detection".
41 stars 4 forks source link

About the usage of spconv #2

Closed yzheng97 closed 1 year ago

yzheng97 commented 2 years ago

Thanks for your great work. According to the config file and paper, the installation of spconv is only for the compatibility with full mmdet3d/pcdet's compilation. Am I understanding it right?

Haiyang-W commented 2 years ago

Yes, it's right. Our new work CAGroup3D has also been accepted by NeruIPS2022 (https://nips.cc/Conferences/2022/Schedule?showEvent=55040) and get a remarkable improvement on ScanNetV2 and Sun RGB-D (75.1 mAP@0.25 on ScanNet V2). These two works will be included in PCDet as soon as possible.

WWW2323 commented 2 years ago

Hi, @Haiyang-W, I saw your latest CAGroup3D, it is awesome! And which sparse convolution package do you use in CAGroup3D code? spconv or Minkowski engine? Look forward to the release of CAGroup3D codes~

Haiyang-W commented 2 years ago

Hi, @Haiyang-W, I saw your latest CAGroup3D, it is awesome! And which sparse convolution package do you use in CAGroup3D code? spconv or Minkowski engine? Look forward to the release of CAGroup3D codes~

Thanks for your interest in our paper. We use the Minkowski engine in CAGroup3D. The code will be released after CVPR2023 ddl.

Haiyang-W commented 2 years ago

Hi, @Haiyang-W, I saw your latest CAGroup3D, it is awesome! And which sparse convolution package do you use in CAGroup3D code? spconv or Minkowski engine? Look forward to the release of CAGroup3D codes~

I will reimplement CAGroup based on OpenPCDet. If you need it urgently, please email me and I'll give you another version based on MMDet3D.