mirror of
https://github.com/serengil/deepface.git
synced 2025-01-06 21:02:38 +03:00
bug fixes
- license mentioned in setup.py - face region when detector skipped
This commit is contained in:
@@ -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,
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user