Cv2ext

Latest version: v0.0.10

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

Scan your dependencies

Page 1 of 2

0.0.8

Added

- bboxes
- Submodule focused on bounding box computations
- Has basic routines such as iou, iou for many boxes
non-max-suppression, and mean average precision computation
- All routines are capable of being accelerated via the JIT
- template
- Added JIT capability to match_multiple function

Fixed

- Display
- Bug when logger gets deleted before global handler.
Handler now keeps a reference to package logger.

Improved

- Testing
- Added wrappers to aid in testing JIT vs. normal
code execution. Significantly less code in tests

0.0.7

Added

- JIT
- Added enable_jit function to package, which
enables jit compilation using numba for
certain routines/algorithms
- Display
- Improved display window handling

0.0.6

Added

- Display
- Added stopped and is_alive properties for
identifying when display has been stopped.
- template submodule
- Added match_single and match_multiple
- metrics submodule
- Added ncc (normalized cross correlation)
- CLI
- Annotate cli program for annotating a video
with bounding boxes

0.0.5

Added

- Display
- Class which allows displays to be threaded for
faster iteration.
- Benchmarking
- Added a basic benchmarking setup showcasing
the speedup achieved if using our thread based
video reading and display.

0.0.4

Added

- CLI interface
- resize_video function is first available

0.0.3

Fixed

- Package correctly gets detected as being fully typed.

Page 1 of 2

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.