Open3D-ML icon indicating copy to clipboard operation
Open3D-ML copied to clipboard

No test output when running object detection with point pillars

Open nikmich1 opened this issue 2 years ago • 0 comments

Checklist

My Question

Hi, thanks for all the work on this great library! I am following the 'getting started - 3D Object Detection - Running a pretrained model for 3D object detection' part in the Readme.md. I downloaded the KITTI dataset and am using the pointpillars_kitti.yml config file just as in the tutorial. The pipeline.run_test() in the end runs without errors:

https://github.com/isl-org/Open3D-ML/blob/538b661c13dc3ffc7737dbfbcc63cbca0e69508b/README.md?plain=1#L228

However, I don't get any results in the newly created test folder. I already traced the problem back to the save_test_results method, which always receives an empty list as attrs argument for some reason: https://github.com/isl-org/Open3D-ML/blob/538b661c13dc3ffc7737dbfbcc63cbca0e69508b/ml3d/datasets/kitti.py#L234

Could someone kindly point me in the right direction how to fix this, such that files are actually written in the 'save_test_results' method?

nikmich1 avatar Aug 02 '23 21:08 nikmich1