Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
MiXaiLL76 committed Jun 11, 2024
1 parent 46e8341 commit 7709bd0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion faster_coco_eval/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "1.5.4"
__version__ = "1.5.5"
__author__ = "MiXaiLL76"
7 changes: 7 additions & 0 deletions history.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@

# history

## v1.5.5
- [x] Add CED MSE curve
- [x] Review tests
- [x] Review **COCOeval_faster.math_matches** function and **COCOeval_faster.compute_mIoU** function
- [x] Add img+category to ann ids mapping via **COCO.img_cat_ann_idx_map**
- [x] Add img to ann ids mapping via **COCO.img_ann_idx_map**

## v1.5.3 - v1.5.4
- [x] Worked out the ability to work with skeletons and various key points
- [x] ```eval.state_as_dict``` Now works for key points
Expand Down

0 comments on commit 7709bd0

Please sign in to comment.