Skip to content

Azure-Samples/customvision-export-samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
C# ONNX & ML.NET 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

Resources

Footnotes

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