Import settings for LiteRT models
You can import machine learning (ML) models in the .tflite format. These settings control how Unity processes the model before it's processed at runtime.
Signatures
Sentis supports signatures for LiteRT models. Signatures specify the names, ordering and tensors to use as inputs and outputs for a runtime model
Configure import settings
Use the Model Asset Import Settings window to change the import settings for the model.
To change the signature of the model, follow these steps:
- Open the Model Asset Import Settings from the Project window.
- Set a signature from the dropdown.
- Select Apply.
The updated value will reflect in the Inspector for the Sentis model.
When you serialize the model to a .sentis file, the assigned inputs and outputs are saved. However, you can’t modify a signature after serialization.