View source on GitHub |
Configurable model options for face stylizer models.
mediapipe_model_maker.face_stylizer.ModelOptions(
swap_layers: Sequence[int] = dataclasses.field(default_factory=lambda : [4, 5, 10, 11]),
alpha: float = 0.1,
perception_loss_weight: mediapipe_model_maker.face_stylizer.face_stylizer.loss_functions.PerceptualLossWeight
= dataclasses.field(default_factory=_default_perceptual_quality_loss_weight),
adv_loss_weight: float = 0.2
)
Methods
__eq__
__eq__(
other
)
Class Variables | |
---|---|
adv_loss_weight |
0.2
|
alpha |
0.1
|