View source: R/find_unique_sets.R
find_unique_sets | R Documentation |
Evaluates overlapping bounding boxes using user specified threshold that determines overlap and returns sets of polygons that overlap
find_unique_sets(df, overlap_threshold = overlap_threshold)
df |
The data frame containing bounding box values and predictions |
overlap_threshold |
The threshold (proportion) used in determining which bounding boxes are considered unique detections |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.