Releases: MiXaiLL76/faster_coco_eval
Releases · MiXaiLL76/faster_coco_eval
v.1.4.1
v1.4.1
cocoGt = COCO(...)
preview = PreviewResults(cocoGt, iouType='segm')
preview.display_tp_fp_fn(data_folder=..., image_ids=..., display_gt=True)
1.3.1
Merge pull request #6 from MiXaiLL76/dev
release 1.3.1
1.2.3
- Implemented of mean IoU for TP
- set FP-red FN-blue
1.2.2
v1.2.2
Removed own implementation of pre-rec
Switched to the implementation of pre-rec calculation from COCO eval
Lost backward compatibility
Implemented output fp/fn/tp + gt to pictures
v1.1.5
fix same bug in curves
add separated pre-rec plot