- refactorized [Coco class](https://github.com/obss/sahi/blob/3ad54d682a8ab2c98abfd88f30c80a85c19d1eb1/sahi/utils/coco.py#L726), added [CocoVid class](https://github.com/obss/sahi/blob/3ad54d682a8ab2c98abfd88f30c80a85c19d1eb1/sahi/utils/coco.py#L1508)
- added [coco_error_analysis.py](https://github.com/obss/sahi/blob/main/scripts/coco_error_analysis.py) script:
bash
python scripts/coco_error_analysis.py results.json output/folder/directory --ann coco/annotation/path
will calculate coco error plots and export them to given output folder directory.
If you want to specify mAP result type, set it as `--types bbox mask`.
If you want to export extra mAP bar plots and annotation area stats add `--extraplots` argument.
If you want to specify area regions, set it as `--areas 1024 9216 10000000000`.