Skip to content

Instantly share code, notes, and snippets.

@aravindpai
Last active April 28, 2020 19:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aravindpai/c960a7d4b45c26ad79566e7d132dfaca to your computer and use it in GitHub Desktop.
Save aravindpai/c960a7d4b45c26ad79566e7d132dfaca to your computer and use it in GitHub Desktop.
#call the function
midpoints = [mid_point(img,person,i) for i in range(len(person))]
#visualize image
plt.figure(figsize=(20,10))
plt.imshow(img)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment