question

victorduranmuoz-0830 avatar image
0 Votes"
victorduranmuoz-0830 asked romungi-MSFT commented

Custom vision model type?

Hello,
the models created in custom vision, what type are they? The place where I want to import it supports the following types of models:
-Support vector machine (SVM)
- Principal Component Analysis (PCA)
-k-Means
-Random Forest
- Multi-layer perceptron (MLP)

azure-custom-vision
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

romungi-MSFT avatar image
0 Votes"
romungi-MSFT answered romungi-MSFT commented

@victorduranmuoz-0830 Custom vision publishes the platform and flavours to export the model that is trained. The actual algorithms that are used behind the model training is not available as public information. Irrespective of the above, you should be able to export the model in any of the below formats if your application supports these formats.

Allowed platform values to export are CoreML, TensorFlow, DockerFile, ONNX, VAIDK, and OpenVino.
Allowed flavours that custom vision can export to are Linux, Windows, ONNX10, ONNX12, ARM, TensorFlowNormal, and TensorFlowLite.


If an answer is helpful, please click on 130616-image.png or upvote 130671-image.png which might help other community members reading this thread.


· 2
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

romungi-MSFT avatar image romungi-MSFT victorduranmuoz-0830 ·

@victorduranmuoz-0830 From the link provided I can see that ONNX is accepted and can be converted to required format.

A conversion tool for ML model description files is located on the Convert tool tab. XML and ONNX files can be selected and converted to XML or BML format.

0 Votes 0 ·