Skip to content

marktohark/Deep-White-Balance-Cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

C++ implementation of Deep_White_Balance

Resources

Stars

Watchers

Forks

Packages

No packages published