Closed acnazarejr closed 1 year ago
Check the list of bounding boxes produced by the first stage is empty or not.
If the list is empty, will occur an error on the following line: bounding_boxes = np.vstack(bounding_boxes)
bounding_boxes = np.vstack(bounding_boxes)
Check the list of bounding boxes produced by the first stage is empty or not.
If the list is empty, will occur an error on the following line:
bounding_boxes = np.vstack(bounding_boxes)