Faster-coco-eval

Latest version: v1.6.0

Safety actively analyzes 665814 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 4

1.6.0

- [x] Rework [mask_api](csrc/mask_api/mask_api.cpp) with pybind11 C++ .
- [x] Rework [RLE support](csrc/mask_api/src/rle.cpp).
- [x] Create test files for all components.
- [x] The math_matches function has been reworked, with an emphasis on using C++ code.
- [x] Added more documentation of functions. Optimized existing ones.
- [x] Added rleToBoundary func with 2 backend ["mask_api", "opencv"]
- [x] IoU type [boundary](https://github.com/bowenc0221/boundary-iou-api/tree/master) support (further testing is needed)
- [x] Create async rle and boundary comput [discussion](https://github.com/MiXaiLL76/faster_coco_eval/pull/31#issuecomment-2308369319)

1.5.7

- [x] Compare COCOEval bug fix.

1.5.6

- [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]

1.5.5

- [x] Add CED MSE curve
- [x] Review tests
- [x] Review **COCOeval_faster.math_matches** function and **COCOeval_faster.compute_mIoU** function

1.5.3

- [x] Worked out the ability to work with skeletons and various key points
- [x] eval.state_as_dict Now works for key points

1.5.2

- [x] Change comparison to colab_example
- [x] append utils with opencv **conver_mask_to_poly** (extra)
- [x] append **drop_cocodt_by_score** for extra eval

Page 1 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.