field_crowns | R Documentation |
Compute evaluation statistics for one plot of field-annotated crowns
field_crowns(x, show = TRUE, project_boxes = TRUE)
x |
submission csv table or polygon shp file |
show |
Logical. Plot the overlayed annotations for each plot? |
project_boxes |
Logical. Should the boxes be projected into utm coordinates? This is needed if the box coordinates are given from the image origin (top left is 0,0) |
compute_PR |
Logical. Should the average precision and recall be computed? |
The format of the submission is either a csv with 5 columns: plot_name, xmin, ymin, xmax, ymax with #' Each row contains information for one predicted bounding box or a shp file of unprojected polygons. The plot column should be named the same as the files in the dataset (e.g. SJER_021), not the path to the file (e.g. /path/to/SJER_021.tif).
If compute_PR=T, the recall and precision scores for the plot, if False, the intersection-over-union scores for each prediction.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.