computervision-recipes/utils_cv
Simon Zhao cf68803d35 Add mask annotation tool (#447)
* Add mask annotation tool

* Update mask annotation explanation and add converion scripts

* Add screenshots of Labelbox annotation

* Rearrange screenshots

* Move convertion script into functions in data.py

* Point out annotation conversion scripts clearly in notebook

* Refine annotation conversion scripts

* Fix bugs

* Add tests for labelbox format conversion methods
2020-01-23 16:00:00 -05:00
..
classification fixed unit test 2020-01-23 15:59:59 -05:00
common Update master (#425) 2019-11-14 08:35:44 -05:00
detection Add mask annotation tool (#447) 2020-01-23 16:00:00 -05:00
similarity Object detection code (stagingOD) (#280) 2019-09-03 20:32:45 -04:00
README.md Update README.md 2019-09-25 14:12:18 -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.