Méthode | Description | |
---|---|---|
singleImageMatch ( ImageInfo image_info, double thr ) : int |
Evaluate single image to compute true positive samples and false positive samples
|
Méthode | Description | |
---|---|---|
computeArea ( double xtl, double ytl, double xbr, double ybr ) : double |
Compute rectangle area
|
|
computeIoU ( double gt_face_fr, double detect_face_fr ) : double |
Compute the IoU score of two bounding box
|
public singleImageMatch ( ImageInfo image_info, double thr ) : int | ||
image_info | ImageInfo | |
thr | double | |
Résultat | int |