Projects:
Bases: object
object
Detect faces in images.
Initialize the models.
config (dict) – Configuration dict.
Predict the position of faces on an image.
image (toolbox.Structures.Image) – An Image object.
A list of Face data models.
List[DataModels.Face]
Bases: ApiBase
ApiBase
Initialize the API.
base_dm (Optional[Type, optional) – Data model class that will be sent. Defaults to None.
Bases: DemoBase
DemoBase
Initialize the demo.