How to use the azure-cognitiveservices-vision-customvision.azure.cognitiveservices.vision.customvision.training.models.bounding_box.BoundingBox function in azure-cognitiveservices-vision-customvision

To help you get started, we’ve selected a few azure-cognitiveservices-vision-customvision examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github Azure / azure-sdk-for-python / azure-cognitiveservices-vision-customvision / azure / cognitiveservices / vision / customvision / training / models / bounding_box.py View on Github external
def __init__(self, **kwargs):
        super(BoundingBox, self).__init__(**kwargs)
        self.left = kwargs.get('left', None)
        self.top = kwargs.get('top', None)
        self.width = kwargs.get('width', None)
        self.height = kwargs.get('height', None)

azure-cognitiveservices-vision-customvision

Microsoft Azure Custom Vision Client Library for Python

MIT
Latest version published 4 years ago

Package Health Score

72 / 100
Full package analysis

Popular azure-cognitiveservices-vision-customvision functions

Similar packages