Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 1.42 KB

README.md

File metadata and controls

41 lines (32 loc) · 1.42 KB

Azure Cognitive Services - Custom Vision Sample Program for OpenCV DNN Module

This repository is sample program of inference using OpenCV DNN module with Azure Custom Vision model written in native C++.
This sample program inference on local using model that trained on cloud.

Environment

  • Visual Studio 2017/2019 / GCC 4.9 (or later)
  • OpenCV 4.2.0 (or later)
  • CMake 3.7.2 (latest release is preferred)

Custom Vision

Please train your model using Custom Vision of Azure Cognitive Services.
After trained, You can export your trained model (ONNX format).
Please unzip, and copy these files (model.onnx, labels.txt) to source code directory.

License

Copyright © 2020 Tsukasa SUGIURA
Distributed under the MIT License.

Contact

Reference