mirror of
https://github.com/serengil/deepface.git
synced 2025-06-06 11:35:21 +00:00
too many args warning discarded
This commit is contained in:
parent
6b115ebac2
commit
f7eb2d7873
@ -6,7 +6,7 @@ import numpy as np
|
||||
# Notice that all facial detector models must be inherited from this class
|
||||
|
||||
|
||||
# pylint: disable=unnecessary-pass, too-few-public-methods
|
||||
# pylint: disable=unnecessary-pass, too-few-public-methods, too-many-instance-attributes
|
||||
class Detector(ABC):
|
||||
@abstractmethod
|
||||
def detect_faces(self, img: np.ndarray) -> List["FacialAreaRegion"]:
|
||||
|
Loading…
x
Reference in New Issue
Block a user