Adds the predicted boxes on top of the image Arguments: image (np.ndarray): an image as returned by OpenCV predictions (BoxList): the result of the computation by the model. It should contain the field `labels`.
(self, image, predictions)
source not stored for this graph (policy: none)
no test coverage detected