v0.3.3
-
refactorized Coco class, added CocoVid class
-
added coco_error_analysis.py script:
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
.