shreyajn commited on
Commit
8cdfd78
·
verified ·
1 Parent(s): ae033ee

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -12,9 +12,12 @@ tags:
12
  # Midas-V2: Optimized for Mobile Deployment
13
  ## Deep Convolutional Neural Network model for depth estimation
14
 
 
15
  Midas is designed for estimating depth at each point in an image.
16
 
17
- This model is an implementation of Midas-V2 found [here]({source_repo}).
 
 
18
  This repository provides scripts to run Midas-V2 on Qualcomm® devices.
19
  More details on model performance across various devices, can be found
20
  [here](https://aihub.qualcomm.com/models/midas).
 
12
  # Midas-V2: Optimized for Mobile Deployment
13
  ## Deep Convolutional Neural Network model for depth estimation
14
 
15
+
16
  Midas is designed for estimating depth at each point in an image.
17
 
18
+ This model is an implementation of Posenet-Mobilenet found [here](https://github.com/isl-org/MiDaS).
19
+
20
+
21
  This repository provides scripts to run Midas-V2 on Qualcomm® devices.
22
  More details on model performance across various devices, can be found
23
  [here](https://aihub.qualcomm.com/models/midas).