yuntian-deng commited on
Commit
d358f29
·
1 Parent(s): 8072aa5

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +3 -3
main.py CHANGED
@@ -91,9 +91,9 @@ def draw_trace(image: np.ndarray, previous_actions: List[Tuple[str, List[int]]],
91
  continue
92
  else:
93
  flag = False
94
- if DEBUG:
95
- x = x * 256 / 1024
96
- y = y * 256 / 640
97
  #draw.ellipse([x-2, y-2, x+2, y+2], fill=color)
98
 
99
 
 
91
  continue
92
  else:
93
  flag = False
94
+ #if DEBUG:
95
+ # x = x * 256 / 1024
96
+ # y = y * 256 / 640
97
  #draw.ellipse([x-2, y-2, x+2, y+2], fill=color)
98
 
99