RetinexNet icon indicating copy to clipboard operation
RetinexNet copied to clipboard

can not find decomposition results

Open ghost opened this issue 5 years ago • 2 comments

i tried to set --decom=0 as well as --decom=1, but in both setup, i can not find the decomposed results, only the enhanced ones.

ghost avatar Feb 26 '19 07:02 ghost

This is weird. Did you set --decom=1 in the "test" phase? Actually I believe the code is very easy to read. You can find the details about saving decomposed results at L244-247 in model.py.

weichen582 avatar Feb 28 '19 08:02 weichen582

your code can't link the --decom value to decom_flag,which means the value of decom_flag will not change no matter how --decom is assigned. I just set decom_flag to 1,and get the results I want. Thx anyway,!!

ghost avatar Mar 06 '19 09:03 ghost