Skip to content

Commit

Permalink
Added quantization to DepthAnything notebook (openvinotoolkit#1701)
Browse files Browse the repository at this point in the history
* Added quantization to DepthAnything notebook

* add missed pakages

* Specify datasets version

* apply comments
  • Loading branch information
l-bat authored Feb 12, 2024
1 parent b3c4a13 commit 708ad18
Show file tree
Hide file tree
Showing 2 changed files with 555 additions and 142 deletions.
693 changes: 552 additions & 141 deletions notebooks/280-depth-anything/280-depth-anything.ipynb

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion notebooks/280-depth-anything/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The framework of Depth Anything is shown below. it adopts a standard pipeline to

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)

In this tutorial we will explore how to convert and run DepthAnything using OpenVINO.
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.

## Notebook Contents

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

## Installation Instructions
Expand Down

0 comments on commit 708ad18

Please sign in to comment.