Azure-Samples / Custom-vision-service-iot-edge-raspberry-pi

Sample showing how to deploy a AI model from the Custom Vision service to a Raspberry Pi 3 device using Azure IoT Edge
MIT License
186 stars 135 forks source link

FEATURE: Store images direct to Azure Storage #38

Open nanowireUK opened 5 years ago

nanowireUK commented 5 years ago

Purpose

Added the ability to push images directly into Azure Blob Storage as Block Blobs. This is particularly useful when training models since you can quickly take many pictures and then download them later for classification and training in custom vision.

Does this introduce a breaking change?

[ ] Yes
[X] No

Pull Request Type

What kind of change does this Pull Request introduce?

[ ] Bugfix
[X] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:

How to Test

What to Check

Verify that the following are valid

Other Information

msftclas commented 5 years ago

CLA assistant check
All CLA requirements met.

emmanuel-bv commented 5 years ago

Sorry @nanowireUK I just saw your pull request but have just accepted another one that changes several build components and unfortunately it now creates merge conflicts. is it possible for you to issue an new PR that fixes these conflicts? I ll then merge it into master. Thanks a lot for your contribution!