dvlab-research / UVTR

Unifying Voxel-based Representation with Transformer for 3D Object Detection (NeurIPS 2022)
227 stars 17 forks source link

How to compute heights Z in voxel space? #21

Closed shb9793 closed 1 year ago

shb9793 commented 1 year ago

Excuse me, I didn't understand the core of following table in your paper. image

Could you please explain how to compute heights Z in voxel space, such as h=5 or h=11. Looking forward to your early reply. Thanks a lot!

yanwei-li commented 1 year ago

Hi, the height here indicates number of the sampling points in voxel space construction. For example, the Z of image voxel space in Figure 3 of the main paper is set to 5 if we use h=5.

shb9793 commented 1 year ago

Thanks a lot for your clear explanation!