google / ffcc

Fast Fourier Color Constancy: an auto white balance solution with machine learning in Fourier space
https://jonbarron.info/
Apache License 2.0
203 stars 72 forks source link

When params.DEEP.ENABLED is true, there is problem about the param.DEEP.FEATURE_FILENAME_TAGS. #13

Open lixiaohui2020 opened 3 years ago

lixiaohui2020 commented 3 years ago

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'.

jonbarron commented 3 years ago

Yes, if you set that flag the code will expect a .txt file with features in it, and will crash if it doesn't exist.