get_classification.Rd
Processes the raw detection results and returns the most likely class.
get_classification(detections, threshold = 0.1)
A list of detection results from detect_image.
detect_image
Confidence threshold for considering a detection valid.
A character string: "animal", "person", "vehicle", or "blank".