Advertisement
Guest User

Untitled

a guest
Feb 19th, 2020
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.28 KB | None | 0 0
  1. try:
  2.                 self.transparent_img[y_pos:y_pos + photo_height, x_pos:x_pos + photo_width] = deepcopy(drone)
  3.             except ValueError as e:
  4.                 print("3 !!",x_pos, y_pos, photo_height, photo_width, drone.shape, self.transparent_img.shape)
  5.                 # raise e
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement