Features
- Add jax support to accuracy by @fengsxy in #61
- Add jax support to MeanIoU by @xuan07472 in #67
- Add bleu metric and its test file by @go-with-me000 in #66
- Add SAD by @xuan07472 in #76
- Add GradientError by @xuan07472 in #78
- Add MattingMSE by @xuan07472 in #71
- Add ConnectivityError by @xuan07472 in #79
- Add DOTAMeanAP metric by @YanxingLiu in #65
- Add ROUGE to mmeval by @go-with-me000 in #72
- Add KeypointEndPointError by @LareinaM in #92
- Add perplexity metric by @go-with-me000 in #87
- Add KeypointAUC metric by @LareinaM in #91
- Add KeypointNME by @LareinaM in #93
- Support NIQE by @Z-Fran in #80
- Add WordAccuracy for OCR Task by @Harold-lkk in #94
- Add CharRecallPrecision for OCR Task by @Harold-lkk in #96
- Add logger argument in BaseMetric by @C1rN09 in #102
Enhancements
- Update the test case style of PCKAccuracy by @ice-tong in #68
- Rename metrics by @ice-tong in #83
- Make scipy as a runtime dependency by @C1rN09 in #109
- Refactor single and multi label metrics by @yingfhu in #81
- Refactor detection dataset metainfo to lowercase and update detection metric logics by @BIGWangYuDong in #98
Bug fixes
- Fix CI failed caused by OneFlow installation and new version of NumPy by @ice-tong in #73
- Fix import error in python3.6 by @ytzhao in #77
- Upgrade the version of isort to fix lint error by @zhouzaida in #85
- Use official isort by @zhouzaida in #86
- Fix psnr,snr,ssim,mae and mse fail to compute on videos by @Z-Fran in #89
- CircleCI fail due to plum-dispatch v2.0.0 by @C1rN09 in #108
- Fix format by @zhouzaida in #111
- Add opencv to docs dependency & setup.py to resolve API docs error by @C1rN09 in #113
Others
New Contributors
- @fengsxy made their first contribution in #61
- @xuan07472 made their first contribution in #67
- @go-with-me000 made their first contribution in #66
- @ytzhao made their first contribution in #77
- @YanxingLiu made their first contribution in #65
- @C1rN09 made their first contribution in #101
- @LareinaM made their first contribution in #92
- @Harold-lkk made their first contribution in #94
Full Changelog: v0.2.0...v0.2.1