Jalali-Lab-Implementation-of-RAISR icon indicating copy to clipboard operation
Jalali-Lab-Implementation-of-RAISR copied to clipboard

Question about the TestProcess

Open linjing7 opened this issue 5 years ago • 0 comments

 Hello, thanks for your pretty excellent code. However , I have a problem about the TestProcess():
 The type is calculated by the following code: (line 108 in Test.py)
             t = ((offset2_i[0] - patchMargin) % R) * R + ((offset2_i[1] - patchMargin) % R)
 I think that it doesn't need to plus the patchMargin, for the reason that offset2_i is exectly the coordinate of the left-top point of the patch. Is it right?

linjing7 avatar Sep 23 '20 12:09 linjing7