dvlab-research / VoxelNeXt

VoxelNeXt: Fully Sparse VoxelNet for 3D Object Detection and Tracking (CVPR 2023)
https://arxiv.org/abs/2303.11301
Apache License 2.0
733 stars 64 forks source link

can't reproduce similar performance on waymo dataset #13

Closed ljyan93 closed 1 year ago

ljyan93 commented 1 year ago

Background:

I get zero AP/APH on all object types. And looks like I am getting a lot of weird extents

Tiny box dim seen, return 0.0 IOU. b1: center_x: 5.7256546020507812 center_y: 11.504196166992188 center_z: 2.9886384010314941 width: 22.703926086425781 length: 560.6590576171875 height: 0.00077404256444424391 heading: -2.1097447872161865

could you hint a bit where I may do it wrong?

yukang2017 commented 1 year ago

Hi,

This is really weird.

Would you please provide me your total log file and tensorboard file? What number of GPUs you use? Would you please tell me your e-mail? I will send your my checkpoint. You can have a test on it to check if the problem exist in training or testing.

Regards, Yukang Chen

ljyan93 commented 1 year ago

Discussed with Yukang, and found out it should be related to spconv version.

using sponv2.1 instead of spconv2.2 should fix the issue above.