yanlinqian / Temporal-Color-Constancy

Code for <Recurrent Color Constancy> ICCV2017 and <A Benchmark for Burst Color Constancy>ECCV-W 2020.
MIT License
11 stars 1 forks source link

BN is not ok on color constancy task? #3

Closed DavideHe closed 1 year ago

DavideHe commented 2 years ago

I found many reseaerch about color constancy with CNN use the squeezeNet or AlexNet.And No one use MobileNetv2 or others that is efficient on classification task. So I tried mobilenetv2 on TCC-net as backbone(mobilenet2 loaded pretrained). But that result is so terrible. Batch Normalization is not ok on color constancy task?

yanlinqian commented 1 year ago

why bn should work for awb, this is a good question should be explored.