yuntian-deng commited on
Commit
70e8745
·
1 Parent(s): d699927

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -42,7 +42,7 @@ def parse_action_string(action_str):
42
 
43
  return (x, y)
44
 
45
- def create_position_map(pos, image_size=256, original_width=1024, original_height=640):
46
  """Convert cursor position to a binary position map
47
  Args:
48
  x, y: Original cursor positions
 
42
 
43
  return (x, y)
44
 
45
+ def create_position_map(pos, image_size=64, original_width=1024, original_height=640):
46
  """Convert cursor position to a binary position map
47
  Args:
48
  x, y: Original cursor positions