mirror of
https://github.com/serengil/deepface.git
synced 2025-06-06 11:35:21 +00:00
lint
This commit is contained in:
parent
8c7c2cb9b7
commit
c5ba4a7396
@ -4,6 +4,7 @@ from dataclasses import dataclass
|
||||
import numpy as np
|
||||
|
||||
|
||||
# pylint: disable=unnecessary-pass, too-few-public-methods, too-many-instance-attributes
|
||||
@dataclass
|
||||
class FacialAreaRegion:
|
||||
"""
|
||||
@ -52,7 +53,6 @@ class DetectedFace:
|
||||
|
||||
# Notice that all facial detector models must be inherited from this class
|
||||
|
||||
# pylint: disable=unnecessary-pass, too-few-public-methods, too-many-instance-attributes
|
||||
class Detector(ABC):
|
||||
|
||||
def detect_faces(
|
||||
|
Loading…
x
Reference in New Issue
Block a user