Skip to content

Releases: MiXaiLL76/faster_coco_eval

v.1.4.1

24 Jan 19:33
1548364
Compare
Choose a tag to compare

v1.4.1

  • append Plotly fig return
  • append preview GT only func. Without eval.
cocoGt = COCO(...)
preview = PreviewResults(cocoGt, iouType='segm')
preview.display_tp_fp_fn(data_folder=..., image_ids=..., display_gt=True)

v1.4.0

08 Dec 12:15
9144179
Compare
Choose a tag to compare

v1.4.0

  • fix issue #12
  • Updated pre-rec calculation method
  • Updated required libraries
  • Moved all matplotlib dependencies to plotly
  • Append new examples & mmeval test file

v1.3.3

30 Jul 17:40
611749b
Compare
Choose a tag to compare

v1.3.3

1.3.1

01 Mar 17:23
9b064a2
Compare
Choose a tag to compare
Merge pull request #6 from MiXaiLL76/dev

release 1.3.1

1.3.0

22 Feb 14:34
fcb4327
Compare
Choose a tag to compare
  • remove pycocotools dependencies
  • clean c/c++ code

1.2.3

17 Oct 07:53
Compare
Choose a tag to compare
  • Implemented of mean IoU for TP
  • set FP-red FN-blue

1.2.2

05 Sep 14:44
Compare
Choose a tag to compare

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

25 Jul 14:57
Compare
Choose a tag to compare

fix same bug in curves
add separated pre-rec plot

1.1.4

22 Jul 14:09
870216e
Compare
Choose a tag to compare

rebuild plotly backend

1.1.3

11 Jul 08:19
786063e
Compare
Choose a tag to compare

Segm bug-fix