Microsoft Azure Custom Vision Client Library for Python
Project description
Microsoft Azure SDK for Python
This is the Microsoft Azure Custom Vision Client Library.
This package has been tested with Python 2.7, 3.4, 3.5, 3.6 and 3.7.
For a more complete set of Azure libraries, see the azure bundle package.
Usage
For code examples, see Custom Vision on docs.microsoft.com.
Provide Feedback
If you encounter any bugs or have suggestions, please file an issue in the Issues section of the project.
Release History
1.0.0 (2019-03-22)
This is a stable release of the Cognitive Services Custom Vision SDK.
Training
Added an advanced training option to set a budget to train longer for improved iteration performance.
Added additional export options targetting Vision AI Dev Kit and Docker ARM for Raspberry Pi.
Prediction
PredictImage and PredictImageUrl have been replaced with project type specific calls. ClassifyImage and ClassifyImageUrl for image classification projects. DetectImage and DetectImageUrl for object detection projects .
Prediction methods now take a name to designate which published iteration to use. Iterations can be published using the Custom Vision Training SDK.
0.4.0 (2018-11-13)
The API client name was changed from TrainingAPI to CustomVisionTrainingClient, in keeping with other Azure SDKs.
The way the Azure region is specfied has changed. Specifically, the AzureRegion property was dropped in favor of an Endpoint property. If you were previously specifying an AzureRegion value, you should now specify Endpoint=’https://{AzureRegion}.api.cognitive.microsoft.com’ instead. This change ensures better global coverage.
Added ONNX 1.2 as an export option
Added negative tag support.
0.3.0 (2018-07-12)
Features
Added ability to create Multilabel or Multiclass image classification projects
Fixes and improvements to Docker container export and export pipeline to know when a newer version is available
0.2.0 (2018-05-07)
Breaking changes
Expect many breaking changes. As a preview package, we don’t detail, but updated samples are available at: https://github.com/Azure-Samples/cognitive-services-python-sdk-samples
Features
Adding support for object detection projects and expanded export functionality for image classification projects
Client class can be used as a context manager to keep the underlying HTTP session open for performance
Bugfixes
Compatibility of the sdist with wheel 0.31.0
Internal API version moved from 1.2 to 2.0
0.1.0 (2018-04-05)
Initial Release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for azure-cognitiveservices-vision-customvision-1.0.0.zip
Algorithm | Hash digest | |
---|---|---|
SHA256 | 439d332e85ba4560dceff7cc030cb6c608ca2e18f0d8483146c891c314955939 |
|
MD5 | 1ccc55b1d6377d8218419226da6e1673 |
|
BLAKE2b-256 | c16b34c82c9889eebd987741203df11098bf4704fd6715a33677320e54f3a391 |
Hashes for azure_cognitiveservices_vision_customvision-1.0.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | def4cc221b2ce6ade4e54774c3d51c22b6687e9e032910b2e2988a0751de2770 |
|
MD5 | 3f375e8ab34513d40cd41deb8b984ead |
|
BLAKE2b-256 | 75231b19ab32108319a4a30ea19559aad8ffbd5cc0b6d136f208fc2f78088715 |