Advertisement
lamiastella

invalid literal for int() with base 10

Aug 1st, 2017
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.21 KB | None | 0 0
  1. cv2.circle(test_image, (int(item[0]), int(item[1])), 1, (0,255,0), -1)
  2.  
  3.     cv2.circle(test_image, (int(item[0]), int(item[1])), 1, (0,255,0), -1)
  4. ValueError: invalid literal for int() with base 10: '112.927'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement