Skip to contents

Parses the raw list output from predict_species into a tidy data frame. Each row represents a unique detection (or the image if no detections). Includes full taxonomy and detection details.

Usage

predictions_to_df(predictions)

Arguments

predictions

A list returned by predict_species.

Value

A data.frame with columns for file path, taxonomy, scores, and detections.