Count the number of predictions in an image
Syntax
Count[]
Examples
The following example loads an image, detects all the people in the image, counts the number of people, and says how many were identified in the image.
Load["./photo.jpg"]
Detect["person"]
Count[]
Say[]