MiDaS depth estimation model in Unity Sentis format (Version 1.3.0-pre.3*)

*Version 1.3.0 Sentis files are not compatible with Sentis 1.4.0 and need to be recreated/downloaded

This is a depth estimation model that is confirmed to run in Unity 2023 based on MiDaS.

How to Use

Source code to run this model can be found at: Source Code

To use *.sentis precompiled file, place the file in the Assets/StreamingAssets folder. And replace the loading code with:

Model model = ModelLoader.Load(Application.streamingAssetsPath +"/model-small_opset19.sentis");

preview

Unity Sentis

Unity Sentis is the inference engine that runs in Unity 3D. More information can be found at here

Downloads last month
13
Inference Providers NEW
This model is not currently available via any of the supported third-party Inference Providers, and the HF Inference API does not support unity-sentis models with pipeline type depth-estimation