fc4 icon indicating copy to clipboard operation
fc4 copied to clipboard

Code and resources for "FC4 : Fully Convolutional Color Constancy with Confidence-weighted Pooling" (CVPR 2017)

Results 22 fc4 issues
Sort by recently updated
recently updated
newest added

Hi, thank you for your excellent work! I find that the released pretrained models were trained with SEPARATE_CONFIDENCE set to False. Is it possible that you could also release the...

The website of NUS dataset seems to be closed. Who can provide other download methods? http://cvil.eecs.yorku.ca/projects/public_html/illuminant/illuminant.html

It is reported by some user that when this option is set to True (explicit confidence weighting, the mean error goes to `~4` (in contrast to `1.63` when it is...

in step b), when I run 'show_pathces.py', it would appear the following bug. I can't find the solution about this bug? `QObject:: moveToThread: Current thread (0x1e60d60) is not the object's...

hello , In your data folder ,there are only "geheler" for Shi's datasets,and in this folder ,you have set a groundtruth.mat as label,and in the NUS-8 datasets web ,There are...

Could you tell me the concrete version of python,tensorflow and cuda? Thanks a lot!

this is the error information of train: E:\cp\light\fc4-master>python3 fc4.py train model 2019-03-19 16:34:36.920164: I T:\src\github\tensorflow\tensorflow\core\platform\cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 FOLD...

Hi! I'm working on an open-source re-implementation of the FC4 method in PyTorch. The code is available at https://github.com/matteo-rizzo/pytorch-fc4. Everything seems to work quite smoothly, but I would much appreciate...

Just to verify, is the estimation in RGB order or BGR order when you apply to corrected image. The code below shows how you apply the estimation to the image....

Hi. I recently reproduced your code with TF2 but the trained model seems wrong w.r.t. the original one. I understood that the confidence map should be like clustered shape. But...