computervision-recipes/utils_cv
PatrickBue 296ca6415f
Added SOTA for image similarity (#483)
* Added SOTA for image similarity

* small updates

* added SOTA table

* code review changes

* small edit
2020-02-04 22:00:12 -05:00
..
action_recognition Add annotation tool to scenarios. 2020-01-23 16:00:02 -05:00
classification fixed unit test 2020-01-23 15:59:59 -05:00
common
detection Move to bare Windows GPU VMs and fix build issues (#475) 2020-01-23 16:01:33 -05:00
similarity Added SOTA for image similarity (#483) 2020-02-04 22:00:12 -05:00
README.md
__init__.py

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.