sentis-MiDaS / README.md
Paul Bird
Update README.md
00826e1
|
raw
history blame
745 Bytes
metadata
license: mit

MiDaS depth estimation model in Unity Sentis format

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("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