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
In the paper it is written that the value of threshold of wide enhancement block is 0.75 but in the dsrnet.py in line 168 ( if decision[:, 1].cpu().detach().numpy().all() == 1: ) , threshold is set to 1 so what is its value?
In the paper it is written that the value of threshold of wide enhancement block is 0.75 but in the dsrnet.py in line 168 ( if decision[:, 1].cpu().detach().numpy().all() == 1: ) , threshold is set to 1 so what is its value?