1.5.6
v1.5.6
- Replace CED MSE curve with MAE (px) curve
- Add CED examples
- Display IoU and MAE for keypoints
- Reworked eval._prepare to clear up the return flow
- Reworked the C++ part of COCOevalEvaluateImages and COCOevalAccumulate
- Add new COCOevalEvaluateAccumulate to combine these two calls. You can use old style separate_eval==True (default=False)
- COCOevalAccumulate & COCOevalEvaluateAccumulate -> COCOeval_faster.eval is now correctly created as numpy arrays.
- Append LVIS dataset support lvis_style=True in COCOeval_faster
cocoEval = COCOeval_faster(cocoGt, cocoDt, iouType, lvis_style=True, print_function=print)
cocoEval.params.maxDets = [300]
New Contributors
- @JohannesTheo made their first contribution in #32
Full Changelog: 1.5.5...1.5.6