Circularmachines commited on
Commit
fd8177d
·
1 Parent(s): 668b9d2
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ def patch(ij):
51
 
52
  y=p//gridsize
53
  x=p%gridsize
54
- imc=imm.crop(((x-1)*patch_size,(y-1)*patch_size,(x+2)*patch_size,(y+2)*patch_size))
55
  return imc
56
 
57
  def find():
 
51
 
52
  y=p//gridsize
53
  x=p%gridsize
54
+ imc=imm.crop(((x-1)*stride,(y-1)*stride,(x+3)*stride,(y+3)*stride))
55
  return imc
56
 
57
  def find():