Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages