Skip to content

Releases: microsoft/vision-evaluation

Adding ConfusionMatrixEvaluator

10 Mar 00:01
37491aa
Compare
Choose a tag to compare

New evaluator added to compute confusion matrix (https://en.wikipedia.org/wiki/Confusion_matrix)

What's Changed

  • Make pycococap package optional dependency by @shonohs in #41
  • adding confusionmatrix evaluator by @gegeo0 in #40

New Contributors

Full Changelog: 0.2.13...0.2.14

Fix MAP@K bug

08 Feb 23:06
9c62c1c
Compare
Choose a tag to compare

Issue fix for MAP@K. Top-K predictions were not ordered which resulted to incorrect computation of map@k

Recall@k, Precision@k, Mean Average Precision@k, Precision-Recall Curve for image retrieval

28 Oct 20:59
f23a72b
Compare
Choose a tag to compare

Added the following metrics relevant to image retrieval:
Recall@k, Precision@k, Mean Average Precision@k, Precision-Recall Curve

Fix mAP evaluator bug

19 Oct 18:43
2ca15e3
Compare
Choose a tag to compare

Fix bug: when category ids are not continuous and the prediction / label is tuple instead of list, vision-evaluation throws an exception when attempting to make category ids continuous.

Support indices predictions for prediction filter

05 Oct 05:18
681a426
Compare
Choose a tag to compare

Update:

  1. Adding support for indices predictions for prediction filter
  2. Adding MeanLpError evaluator

fix dependencies and home page link

30 Aug 23:28
0f34dcb
Compare
Choose a tag to compare
0.2.9

fix dependencies and home page link (#31)

Fix AP for multilabel+macro

29 Aug 18:40
03a3d98
Compare
Choose a tag to compare
0.2.8

fix ap calculation under macro for multilabel classification (#30)

Implement group-wise evaluator

19 Aug 17:31
b8bfa1e
Compare
Choose a tag to compare
0.2.7

Added GroupWiseEvaluator  (#29)

Improve efficiency of top1/5 accuracy and AP macro

07 May 20:56
06cddb4
Compare
Choose a tag to compare
improve efficiency/memory of ap macro and topk acc (#25)

improve efficiency/memory of ap macro and topk acc

Support image matting

05 Apr 22:04
8f048ff
Compare
Choose a tag to compare
0.2.5

Support image matting (#23)