luisquintanilla / customvision-export-samples

Sample scripts for the export feature of Custom Vision Service

Home Page:https://customvision.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sample scripts for exported models from Custom Vision Service.

This repository contains samples scripts to use exported models from Custom Vision Service.

Language Model type Link
C# ONNX README
Javascript TensorFlow.js README
Python CoreML README
Python ONNX README
Python OpenVino README
Python TensorFlow (Frozen Graph) 1 README
Python TensorFlow (Saved Model) README
Python TensorFlow Lite README

How to export a model from Custom Vision Service?

Please see this document.

Notes

Those sample scripts are not aiming to get identical results with Custom Vision's prediction APIs. There are slight differences in the pre-processing logic, which cause small difference in the inference results.

Related sample projects

Language Platform Repository
Java Android https://github.com/Azure-Samples/cognitive-services-android-customvision-sample
Swift, Objective-C iOS https://github.com/Azure-Samples/cognitive-services-ios-customvision-sample
C# WinML https://github.com/Azure-Samples/cognitive-services-onnx-customvision-sample

Resources

Footnotes

  1. This is the default export flavor for TensorFlow platform.

About

Sample scripts for the export feature of Custom Vision Service

https://customvision.ai

License:MIT License