Paul Bird commited on
Commit
00826e1
1 Parent(s): 77d9d45

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -3,10 +3,10 @@ license: mit
3
  ---
4
 
5
  ## MiDaS depth estimation model in Unity Sentis format
6
- This is a depth estimation model that is confirmed to run in Unity 2023.
7
 
8
  ## How to Use
9
- Source code to run this model can be found at: https://github.com/Unity-Technologies/sentis-samples/tree/main/DepthEstimationSample
10
 
11
  To use *.sentis precompiled file, place the file in the Assets/StreamingAssets folder. And replace the loading code with:
12
  ```
 
3
  ---
4
 
5
  ## MiDaS depth estimation model in Unity Sentis format
6
+ This is a depth estimation model that is confirmed to run in Unity 2023 based on [MiDaS](https://pytorch.org/hub/intelisl_midas_v2/).
7
 
8
  ## How to Use
9
+ Source code to run this model can be found at: [Source Code](https://github.com/Unity-Technologies/sentis-samples/tree/main/DepthEstimationSample)
10
 
11
  To use *.sentis precompiled file, place the file in the Assets/StreamingAssets folder. And replace the loading code with:
12
  ```