View source on GitHub |
Configurable options for building face stylizer.
mediapipe_model_maker.face_stylizer.FaceStylizerOptions(
model: mediapipe_model_maker.face_stylizer.SupportedModels
,
model_options: Optional[mediapipe_model_maker.face_stylizer.ModelOptions
] = None,
hparams: Optional[mediapipe_model_maker.face_stylizer.HParams
] = None
)
Attributes | |
---|---|
model
|
A model from the SupportedModels enum. |
hparams
|
A set of hyperparameters used to train the face stylizer. |
model_options
|
A set of options for configuring the model. |
Methods
__eq__
__eq__(
other
)
Class Variables | |
---|---|
hparams |
None
|
model_options |
None
|