Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,38 @@
|
|
1 |
-
---
|
2 |
-
license: other
|
3 |
-
license_name: aplux-model-farm-license
|
4 |
-
license_link: https://aiot.aidlux.com/api/v1/files/license/model_farm_license_en.pdf
|
5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
license_name: aplux-model-farm-license
|
4 |
+
license_link: https://aiot.aidlux.com/api/v1/files/license/model_farm_license_en.pdf
|
5 |
+
pipeline_tag: depth-estimation
|
6 |
+
tags:
|
7 |
+
- AIoT
|
8 |
+
- QNN
|
9 |
+
---
|
10 |
+
|
11 |
+

|
12 |
+
|
13 |
+
## Midas-v2: Depth Estimation
|
14 |
+
|
15 |
+
Midas is a deep learning-based monocular depth estimation model that accurately predicts scene depth from a single RGB image without relying on stereo vision or depth sensors. By integrating a hybrid CNN-Transformer architecture and pretraining on diverse datasets (e.g., MegaDepth, KITTI), it achieves strong cross-scene generalization, adapting to complex lighting, occlusions, and varied environments (indoor/outdoor). The model supports dynamic resolution inputs (down to 256x256 pixels) while preserving detail perception, with optimized computational efficiency for real-time performance and lightweight deployment on mobile/edge devices. It is widely used in autonomous driving (obstacle detection), AR/VR (3D reconstruction), and robotic navigation, significantly reducing hardware costs. Ongoing updates (e.g., Midas-v3) enhance small-object recognition and edge accuracy.
|
16 |
+
|
17 |
+
### Source model
|
18 |
+
|
19 |
+
- Input shape: 1x3x256x256
|
20 |
+
- Number of parameters: 20.33M
|
21 |
+
- Model size: 82.17M
|
22 |
+
- Output shape: 1x1x256x256
|
23 |
+
|
24 |
+
The source model can be found [here](https://github.com/isl-org/MiDaS)
|
25 |
+
|
26 |
+
## Performance Reference
|
27 |
+
|
28 |
+
Please search model by model name in [Model Farm](https://aiot.aidlux.com/en/models)
|
29 |
+
|
30 |
+
## Inference & Model Conversion
|
31 |
+
|
32 |
+
Please search model by model name in [Model Farm](https://aiot.aidlux.com/en/models)
|
33 |
+
|
34 |
+
## License
|
35 |
+
|
36 |
+
- Source Model: [MIT](https://github.com/isl-org/MiDaS/blob/master/LICENSE)
|
37 |
+
|
38 |
+
- Deployable Model: [APLUX-MODEL-FARM-LICENSE](https://aiot.aidlux.com/api/v1/files/license/model_farm_license_en.pdf)
|