Skip to content

Commit 708ad18

Browse files
authored
Added quantization to DepthAnything notebook (#1701)
* Added quantization to DepthAnything notebook * add missed pakages * Specify datasets version * apply comments
1 parent b3c4a13 commit 708ad18

File tree

2 files changed

+555
-142
lines changed

2 files changed

+555
-142
lines changed

notebooks/280-depth-anything/280-depth-anything.ipynb

+552-141
Large diffs are not rendered by default.

notebooks/280-depth-anything/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The framework of Depth Anything is shown below. it adopts a standard pipeline to
1111

1212
More details about model can be found in [project web page](https://depth-anything.github.io/), [paper](https://arxiv.org/abs/2401.10891), and official [repository](https://github.com/LiheYoung/Depth-Anything)
1313

14-
In this tutorial we will explore how to convert and run DepthAnything using OpenVINO.
14+
In this tutorial we will explore how to convert and run DepthAnything using OpenVINO. An additional part demonstrates how to run quantization with [NNCF](https://github.com/openvinotoolkit/nncf/) to speed up the model.
1515

1616
## Notebook Contents
1717

@@ -23,6 +23,8 @@ The tutorial consists of following steps:
2323
- Convert Model to Openvino Intermediate Representation format
2424
- Run OpenVINO model inference on single image
2525
- Run OpenVINO model inference on video
26+
- Optimize Model
27+
- Compare results of original and optimized models
2628
- Launch interactive demo
2729

2830
## Installation Instructions

0 commit comments

Comments
 (0)