gursimar-singh's picture
Added lama quantized model for inpainting DNN sample. (#284)
11e836c

Lama

LaMa is a very lightweight yet powerful image inpainting model.

Notes:

  • Model source: ONNX.

Requirements

Install latest OpenCV >=5.0.0 and CMake >= 3.22.1 to get started with.

Demo

Python

Run the following command to try the demo:

# usage
python demo.py --input /path/to/image

# get help regarding various parameters
python demo.py --help

C++

# A typical and default installation path of OpenCV is /usr/local
cmake -B build -D OPENCV_INSTALLATION_PATH=/path/to/opencv/installation .
cmake --build build

# usage
./build/demo --input=/path/to/image
# get help messages
./build/demo -h

Example outputs

chicky

License

All files in this directory are licensed under Apache License.

Reference