Skip to content

Latest commit

 

History

History
 
 

gen2-mega-depth

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

[Gen2] MegaDepth on DepthAI

This example shows an implementation of MegaDepth on DepthAI in the Gen2 API system. Blob is created with ONNX from PINTO's Model ZOO, which is then converted to OpenVINO IR with required flags and converted to blob.

Currently we only provide one blob:

  • megadepth_192x256_openvino_2021.4_6shave, for 192x256 (H x W) input, which runs with ~5 FPS.

Output is an unnormalized depth map of the same size. Note that this experiment is very similar to the FastDepth experiment, but a different model is used and that's why we provide it in a seperate directory.

Image example

Pre-requisites

python3 -m pip install -r requirements.txt

Usage

python3 main.py [options]