weichen582 / RetinexNet

A Tensorflow implementation of RetinexNet
MIT License
678 stars 155 forks source link

can not find decomposition results #3

Open ghost opened 5 years ago

ghost commented 5 years ago

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.

weichen582 commented 5 years ago

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.

ghost commented 5 years ago

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,!!