mirror of
https://github.com/serengil/deepface.git
synced 2025-06-07 12:05:22 +00:00
Merge pull request #1225 from serengil/feat-task-3004-resolving-issues
bug fixes
This commit is contained in:
commit
15deef6516
@ -84,7 +84,7 @@ def represent(
|
||||
img_objs = [
|
||||
{
|
||||
"face": img,
|
||||
"facial_area": {"x": 0, "y": 0, "w": img.shape[1], "h": img.shape[2]},
|
||||
"facial_area": {"x": 0, "y": 0, "w": img.shape[0], "h": img.shape[1]},
|
||||
"confidence": 0,
|
||||
}
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user