sentis-MiDaS / README.md
julienkay's picture
Update README.md
939c496 verified
|
raw
history blame
1.36 kB
metadata
license: mit
library_name: unity-sentis
thumbnail: >-
  https://cdn-uploads.huggingface.co/production/uploads/610320a1c00d060d893f2a93/hzyDJUdMyRgs2poyin4Xw.png
tags:
  - sentis
  - unity
  - depth estimation

These are MiDaS models converted to ONNX to do Monocular Depth Estimation with Unity Sentis.

How to Use

Import the package into Unity using GitHub, OpenUPM or the Asset Store

Example source code to run this model can be found in the Documentation

image/png

Model Details

The MiDaS models below were converted to ONNX using this colab notebook Input normalization is baked into the models, so the model input 'input_image' is expected to be in the [0,1] range. Input sizes are static (e.g. 256, 384 or 512 denoted by the model suffix)

Unity Sentis

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