/Deep-White-Balance-Cpp

C++ implementation of Deep_White_Balance

Primary LanguageC++

Deep White Balance Cpp

Introduction

C++ implementation of Deep_White_Balance
You need to convert the model from Deep_White_Balance to ONNX format, or you can download the converted model from the release.
I have only converted the net_awb.pth model, you will need to convert the others yourself.

Dependency

build example

P.S. models/awb.onnx is a empty file, you should download from release and cover it.

mkdir build
cd build
cmake ..
make
./deep_white_balance