Skip to content

Commit

Permalink
update history
Browse files Browse the repository at this point in the history
  • Loading branch information
MiXaiLL76 committed Jun 19, 2024
1 parent de79b57 commit 8dac29c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions history.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@
- [x] Replace CED MSE curve with MAE (px) curve
- [x] Add CED examples
- [x] Display IoU and MAE for keypoints
- [x] Reworked eval._prepare to clear up the return flow
- [x] Reworked the C++ part of **COCOevalEvaluateImages** and **COCOevalAccumulate**
- [x] Add new **COCOevalEvaluateAccumulate** to combine these two calls. You can use old style **separate_eval==True** (default=False)
- [x] **COCOevalAccumulate** & **COCOevalEvaluateAccumulate** -> *COCOeval_faster.eval* is now correctly created as numpy arrays.
- [x] Append LVIS dataset support **lvis_style=True** in COCOeval_faster

```py
cocoEval = COCOeval_faster(cocoGt, cocoDt, iouType, lvis_style=True, print_function=print)
cocoEval.params.maxDets = [300]
```

## v1.5.5

Expand Down

0 comments on commit 8dac29c

Please sign in to comment.