deepinsight / deepinsight/insightface
In python_package, buffalo_l & antelopev2 detection model outputs bounding boxes with abnormal coordinates. buffalo_sc works OK.
Open
- 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.