Precision Recall Curve

usage: precision_recall_curve [-h] [--predicted PREDICTED] [--targets TARGETS]
                              -r ASSIGNMENT_RADIUS
                              [--images {target,predicted,union}]

Named Arguments

--predicted

path to file containing predicted particle coordinates with scores

--targets

path to file specifying target particle coordinates

-r, --assignment-radius

maximum distance between prediction and labeled target allowed for considering them a match

--images

Possible choices: target, predicted, union

only count particles on micrographs with coordinates labeled in the targets file, the predicted file, or the union of those (default: target)

Default: “target”