working
This commit is contained in:
@ -35,7 +35,7 @@ for i, move in enumerate(moves):
|
||||
|
||||
|
||||
# Do rysowania (np. przesunięcie na ekran)
|
||||
draw = utils.normalize(move[2])
|
||||
draw = utils.normalize(move[2]) * 200 + 250
|
||||
|
||||
cv2.imshow('you', draw_new(draw))
|
||||
cv2.waitKey(1)
|
||||
|
||||
Reference in New Issue
Block a user