MCPcopy Create free account
hub / github.com/PaddlePaddle/PaddleYOLO / predict

Method predict

deploy/python/infer.py:177–213  ·  view source on GitHub ↗

Args: repeats (int): repeats number for prediction Returns: result (dict): include 'boxes': np.ndarray: shape:[N,6], N: number of box, matix element:[class, score, x_min, y_min, x_max, y_max] MaskRCNN's

(self, repeats=1, run_benchmark=False)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 5

predict_image_sliceMethod · 0.95
predict_imageMethod · 0.95
updateMethod · 0.45
test_client.pyFile · 0.45
serving_client.pyFile · 0.45

Calls 1

runMethod · 0.80

Tested by

no test coverage detected