MCPcopy Create free account
hub / github.com/D-Robotics/rdk_model_zoo / predict

Method predict

samples/vision/fcos/runtime/python/fcos_det.py:332–347  ·  view source on GitHub ↗

Execute the full FCOS pipeline on one image. Args: image (np.ndarray): Input BGR image. Returns: Tuple[np.ndarray, np.ndarray, np.ndarray]: Final `boxes`, `scores`, and `cls_ids` for visualization or downstream processing.

(self, image: np.ndarray)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

__call__Method · 0.95
mainFunction · 0.95

Calls 3

pre_processMethod · 0.95
forwardMethod · 0.95
post_processMethod · 0.95

Tested by

no test coverage detected