Skip to content

Instantly share code, notes, and snippets.

@aravindpai
Created April 28, 2020 16:48
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/215f6ab6fa99cb6f121dc5d019bb72b6 to your computer and use it in GitHub Desktop.
Save aravindpai/215f6ab6fa99cb6f121dc5d019bb72b6 to your computer and use it in GitHub Desktop.
#identity only persons
ind = np.where(classes==0)[0]
#identify bounding box of only persons
person=bbox[ind]
#total no. of persons
num= len(person)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment