Introduction

This section of our documentation describes how to create vision models that can be easily deployed to your edge devices running Nx Meta Server.

This section of the docs focuses on creating models. Once you have a model ready in ONNX format, you can find instructions on uploading it to the Nx Cloud platform here.

High-level process

Our standard process for creating and uploading your models to the Nx AI Cloud is to:

  1. Create a model using your favorite training tools. You can create an ONNX model/pipeline from scratch or import a model using one of the training tools we integrate with.

    1. If you create your ONNX from scratch, ensure the resulting ONNX graph is proper.

  2. Once you have your model ready, you can upload it to the Nx AI Cloud platform; we will automatically convert it to several different device-type optimized versions and ensure that it can be deployed to any edge device running the Nx AI manager efficiently.

In this section of the docs, you can find the following:

Last updated