Open Kay1794 opened 4 years ago
Hi @Kay1794 , I do not quite understand your question. Do you meet bugs or something else? The config should work, and you need to check the Tensorboard to see when the model performs best on Val set.
Hi @ZwwWayne . Sorry for the confusion. The problem here is when I run experiment "rrc_pfv_40e_subabs_dualadd_C" using the RCC detection results you provided, I got 0 results for all evaluation metrics ( see figures below).
I should mention that I used the same logic to modify the config file for pp results and it went well. I thought there might be bugs in rcc evaluation part.
Hi @Kay1794 ,
This is because the code does not pass the results to the pymotmetrics for evaluation.
After the refactoring, the code use the KITTI's evaluation metric rather than pymot.
You should check the results below the Processing Results for KITTI Tracking Benchmark
.
Hi @ZwwWayne
Here is the screenshot below the Processing Results for KITTI Tracking Benchmark.
I checked the code and found that if we use 2D detector, we need to generate sampled point cloud and save it to velodyne_reduced folder. Since I didn't see the data preparation instruction for this part so I am not sure if it would be the problem. I have another question is that where I can find the model that the paper used for 2D detecctor (the one you used for KITTI benchmark)
Thank you for your time and Happy Chinese New Year!
@Kay1794 were you able to solve this issue?
Hello! Thank you for sharing your work. I have did the evaluation using PointPillars detection results and it aligned with yours. However, when I tried to use rrc results, I couldn't get the evaluation properly.
I was wondering if you have any idea about how to modify the code for rrc det (2D det). I checked the config file for rrc, the det type is still '3D'. I have tried changed it to 2D but the problem still exists.