deepinsight / deepinsight/insightface

In python_package, buffalo_l & antelopev2 detection model outputs bounding boxes with abnormal coordinates. buffalo_sc works OK.

Open
#2,365 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
29.7k
Forks
6.1k
PR merge metrics
No merged PRs in 30d

Description

box [ 2128896000 4702429696 -1829771648 -4063520512]
cv2.rectangle(dimg, (box[0], box[1]), (box[2], box[3]), color, 2)
cv2.error: OpenCV(4.5.5) :-1: error: (-5:Bad argument) in function 'rectangle'
> Overload resolution failed:
> - Can't parse 'pt1'. Sequence item with index 1 has a wrong type
> - Can't parse 'pt1'. Sequence item with index 1 has a wrong type
> - Can't parse 'rec'. Expected sequence length 4, got 2
> - Can't parse 'rec'. Expected sequence length 4, got 2

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.