zhulf0804 / PointPillars

A Simple PointPillars PyTorch Implementation for 3D LiDAR(KITTI) Detection.
MIT License
454 stars 112 forks source link

Questions about changing validation set evaluation to test set evaluation #61

Open curtain888 opened 10 months ago

curtain888 commented 10 months ago

I have done many experimental schemes based on your code, and found that the evaluation results are all based on val, but I want to evaluate based on test, but I change val in evaluate.py to test, and the error message shows no label, but test itself has no label. So I would like to ask how to change the code to use test for evaluation. Hope to get your answer, thank you.