NVlabs / VoxFormer

Official PyTorch implementation of VoxFormer [CVPR 2023 Highlight]
Other
1.02k stars 86 forks source link

Question about voxel query #34

Open joonsu0109gh opened 1 year ago

joonsu0109gh commented 1 year ago
voxformer_query

In the first stage of VoxFormer, I roughly visualized the output of a (128 128 16) query and it looked like the above image. The paper mentioned they use LMSCNet for Depth correction, but in reality, can we say that they used a higher scale, complete voxel map obtained from the occupancy map ground truth based on the depth pseudo-lidar as the query?

xuguixinga commented 2 months ago

Hello,how do you visualize queries? Can you provide a reference, thanks!