TRAILab / PDV

Point Density-Aware Voxels for LiDAR 3D Object Detection (CVPR 2022)
Apache License 2.0
158 stars 30 forks source link

About the accuracy of PDV on Kitti test sets #13

Closed S-Eternal-S closed 1 year ago

S-Eternal-S commented 1 year ago

Hello, authors. The ground truth of the kitti test set is not available, how do you calculate the accuracy of the network on the test set?

jskhu commented 1 year ago

You can evaluate it on the KITTI online benchmark: https://www.cvlibs.net/datasets/kitti/eval_object.php?obj_benchmark=3d. You can generate the results for the benchmarks by specifying the --save_to_file command in tools/test.py: https://github.com/TRAILab/PDV/blob/024a3695cae782adf7a5fa12c34b0ad461e0844c/tools/test.py#L42

S-Eternal-S commented 1 year ago

Thank you very much!