tide icon indicating copy to clipboard operation
tide copied to clipboard

A General Toolbox for Identifying Object Detection Errors

Results 33 tide issues
Sort by recently updated
recently updated
newest added

the word 'dAP' mean what?

1. Add per class dAP analysis. 2. Add Confusion matrix according to class errors 3. fix crash when there are only detection results in labels and segmentation section is empty...

Hi I am trying to get the recall to be output. If I call `1 - len(obj.false_negatives) / obj.num_gt_positives` where `obj` is an APDataObject, is that correct?

Hi, Great Work! I am customising this code for my needs.i would like to know what actually[ fix_main_errors](https://github.com/dbolya/tide/blob/49a5d2a4aeb56795e93a3ed7cc7e6d25757bb4c1/tidecv/quantify.py#L333) does? I can able to see before going in side this function...

Hi, thanks for your contributions. Does this tool offer the API to draw the picture of Fig.4 in the paper?

Would be great to also support the [OpenImages dataset](https://g.co/dataset/open-images). (15M boxes over 600 categories; 2.7M instance segmentations over 350 categories) This dataset was part of the [RVC 2020 challenge](http://www.robustvision.net) and...

![image](https://github.com/dbolya/tide/assets/74463511/5651ee4a-f3d7-408b-80a9-7d917efd4e81) as the picture show,all mAP' sum is not 100. If you can give me some insight about this issue, I will appreciate.

I mean, I intuitively thought so. But then I read "The currently supported datasets are COCO, LVIS, Pascal, and Cityscapes. More details and documentation on how to write your own...

Currently I work with a detection model. All COCO annotation files that I need does not contain "segmentation" field. Furthermore at the inference stage I generate a new COCO file...