yancie-yjr / DBQ-SSD

The official implementation of the paper DBQ-SSD: Dynamic Ball Query for Efficient 3D Object Detection (ICLR 2023)
Apache License 2.0
17 stars 3 forks source link

code about framework. #4

Open XpracticeYSKM opened 1 year ago

XpracticeYSKM commented 1 year ago

Thanks for great work!In the paper, it is mentioned that "we introduce the dynamic network mechanism into the IA-SSD framework". But in your repo, it seems that you introduce the dynamic network mechanism into the PointNet++.

Which one is used for the experiment results in your paper? Can you provide the code based on IA-SSD framework?