ffcc
ffcc copied to clipboard
Fast Fourier Color Constancy: an auto white balance solution with machine learning in Fourier space
Thank you for providing the Gehler-Shi data (your repo may be the last public source of it!). The Gehler-Shi website is no longer providing zip links.
Hi, @jonbarron , thanks for sharing the ffcc project. I am researching the ffcc project and have met two problems as follows. **First, I can not understand why use the...
When I reviewed the code in internal/TrainModel.m, line 283 ~ 288, the original codes are as below: ```matlab if params.DEEP.WHITEN_FEATURES % Unwhiten the first layer according to the whitening transformation,...
hi, @jonbarron, thanks for sharing the codes of the ffcc. I can't understand the meaning of the conv operations in the function "RenderHistorgramGaussian". The code is as follow, ``` %...
hi, When i set the params.DEEP.ENABLED true, it apperas the bug about the `length(params.DEEP.FEATURE_FILENAME_TAGS)`. The define of the params.DEEP.FEATURE_FILENAME_TAGS is 'feature'.