Open Soodep opened 2 years ago
The easy, moderate, hard conditions are not implemented. To do that, you need to implement a new function in dataset.evaluate to separate the boxes of the three conditions.
I would really appreciate if there is any reference or example that is available for such implementation. Please attach the link if there are any resources that are helpful
The official "development kit":
Related files in MMDetection3D:
@shinya7y was this comment for the already implemented code or where @Soodep has to change the code?
How do I display the mAP table for different conditions such as easy, moderate and hard. Currently the mAP is calculated and displayed once for each catagory but I want to display the mAP result based on condition such as easy moderate and hard. I am using KITTI dataset and testing results using Faster RCNN.