Reweight-CC icon indicating copy to clipboard operation
Reweight-CC copied to clipboard

Color Constancy by Reweighting Image Feature Maps

Results 2 Reweight-CC issues
Sort by recently updated
recently updated
newest added

Excuse me, I ran into the following problem ![image](https://user-images.githubusercontent.com/34890826/111575463-5c43a980-87e9-11eb-9994-d6eff6cb8817.png) I execute the command: python cc.py -s 1 -g .\sample_images\Flickr\*.jpg Can you tell me how to deal with it?

Hi, which pre-trained conv2d layers from inceptionv3 did you use? When I compile your model, I find that the first three convolutional layers have weights sizes of (3,3,32,32), (3,3,32,64), (3,3,3,16)....