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 RIDNET forward processing, there are the self.sub_mean(x) and final self.add_mean(res). Whether it is been used to normalize the input image? And by the way, the RGB range of x in self.sub_mean(x) is between 0~255 right?
The text was updated successfully, but these errors were encountered:
In the RIDNET forward processing, there are the self.sub_mean(x) and final self.add_mean(res). Whether it is been used to normalize the input image? And by the way, the RGB range of x in self.sub_mean(x) is between 0~255 right?
The text was updated successfully, but these errors were encountered: