Skip to content

Commit

Permalink
Update demo_RetinaFace_with_postprocess_onnx.py
Browse files Browse the repository at this point in the history
  • Loading branch information
PINTO0309 authored Aug 5, 2023
1 parent c2778cf commit 83f0f34
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def __init__(
def __call__(
self,
image: np.ndarray,
) -> Tuple[np.ndarray, np.ndarray]:
) -> np.ndarray:
"""
Parameters
Expand All @@ -72,11 +72,6 @@ def __call__(
Returns
-------
face_boxes: np.ndarray
Predicted face boxes: [facecount, y1, x1, y2, x2]
face_scores: np.ndarray
Predicted face box scores: [facecount, score]
"""
temp_image = copy.deepcopy(image)

Expand Down

0 comments on commit 83f0f34

Please sign in to comment.