-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Evaluation using RRCNet det results #4
Comments
Hi @Kay1794 , |
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 , |
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. 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.
The text was updated successfully, but these errors were encountered: