computervision-recipes/utils_cv
Yazeed Alaudah d12beb6938
Security Fix for Arbitrary Code Execution in PR#636 (#675)
2022-09-22 11:21:58 -05:00
..
action_recognition Update assets location (#637) 2021-01-21 13:12:19 -05:00
classification Update assets location (#637) 2021-01-21 13:12:19 -05:00
common Security Fix for Arbitrary Code Execution in PR#636 (#675) 2022-09-22 11:21:58 -05:00
detection Update assets location (#637) 2021-01-21 13:12:19 -05:00
segmentation adding support for void label to unet segmentation 2021-08-18 12:52:11 -04:00
similarity Update assets location (#637) 2021-01-21 13:12:19 -05:00
tracking Update assets location (#637) 2021-01-21 13:12:19 -05:00
README.md Fix tests (#563) 2020-06-23 14:20:23 -04:00
__init__.py Make utils_cv pip-installable 2019-08-13 11:35:04 +08:00

README.md

Computer Vision Utilities

This package (utils_cv) contains functions to simplify common tasks used when developing and evaluating computer vision systems. A short description of the sub-modules is provided below. For more details about what functions are available and how to use them, please review the doc-strings provided with the code.

Sub-Modules

common

This sub-module contains high-level utilities for defining constants used in most algorithms as well as helper functions used by other modules.

classification

This sub-module contains helper functions for image classification.

similarity

This sub-module includes helper functions for image similarity.

detection

This sub-module includes helper functions for object detection.

action_recognition

This sub-module includes helper functions for action recognition.

tracking

This sub-module includes helper functions for multi-object tracking.