neodroidvision.data.synthesis.conversion.mnist.obj_dect_gen¶
Created on {date}
Functions
|
Calculate intersection over union of single predicted and ground truth box. :param prediction_box: location of predicted object as [xmin, ymin, xmax, ymax] :type prediction_box: numpy.array of floats :param gt_box: location of ground truth object as [xmin, ymin, xmax, ymax] :type gt_box: numpy.array of floats :param returns: float: value of the intersection of union for the two boxes. |
|
|
|
|
description |
|
|
|
|
|
|
|
|
|