You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, when i use your code; the black and white outputs are pretty good but i get color degradation in multiple spots on the output images. Is there a way to fix this or am i doing it wrong? This type of issue already mentioned in this section as i see here however didn't get an answer. I atteched some related photos that i get the problem on as an example.
The text was updated successfully, but these errors were encountered:
Maybe these pixels >255 or <0.
You can try to add
output[output>255.0]=255.0
output[output<0.0]=0.0
at line 599 in DCSCN.py.
May you can fix this problem.
Hi, when i use your code; the black and white outputs are pretty good but i get color degradation in multiple spots on the output images. Is there a way to fix this or am i doing it wrong? This type of issue already mentioned in this section as i see here however didn't get an answer. I atteched some related photos that i get the problem on as an example.
The text was updated successfully, but these errors were encountered: