Instructions to use julienkay/sentis-MiDaS with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- unity-sentis
How to use julienkay/sentis-MiDaS with unity-sentis:
string modelName = "[Your model name here].sentis"; Model model = ModelLoader.Load(Application.streamingAssetsPath + "/" + modelName); IWorker engine = WorkerFactory.CreateWorker(BackendType.GPUCompute, model); // Please see provided C# file for more details
- Notebooks
- Google Colab
- Kaggle
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
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
- Downloads last month
- 253
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support
