area# area(boxlist: NpBoxList) → ndarray[source]# Computes area of boxes. Parameters: boxlist (BoxList) – BoxList holding N boxes. Returns: A numpy array with shape [N*1] representing box areas. Return type: np.ndarray