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 not stored for this graph (policy: none)
no test coverage detected