Export and import a model
You can use models trained in frameworks like PyTorch, TensorFlow, or Keras by converting them to a supported format.
This section describes how to export models from common machine learning (ML) frameworks and import them into Unity in a compatible format.
| Page | Description |
|---|---|
| Export models for use with Sentis | Learn how to export ML models from different frameworks for use with Sentis. |
| Export and convert a file to ONNX | Discover how to convert models to the ONNX format for compatibility with Sentis. |
| Export and convert a file to LiteRT | Convert models into the LiteRT format for use in Unity with Sentis. |
| Import an ONNX or LiteRT file | Learn how to import models in ONNX or LiteRT format into Sentis for processing. |
| Import settings for ONNX models | Understand the settings available when you import ONNX models into Sentis. |
| Import settings for LiteRT models | Explore the import settings specific to LiteRT models to optimize their performance in Sentis. |