From 09432d9214611577d8c3eded54856f9bd782c577 Mon Sep 17 00:00:00 2001 From: henryruhs Date: Tue, 11 Mar 2025 12:54:35 +0100 Subject: [PATCH] Rename parser to face parser --- face_swapper/src/models/loss.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/face_swapper/src/models/loss.py b/face_swapper/src/models/loss.py index ec84563..5c6a33a 100644 --- a/face_swapper/src/models/loss.py +++ b/face_swapper/src/models/loss.py @@ -7,7 +7,7 @@ from torch import Tensor, nn from torchvision import transforms from ..helper import calc_embedding -from ..types import Attributes, EmbedderModule, Gaze, GazerModule, MotionExtractorModule, FaceParserModule +from ..types import Attributes, EmbedderModule, FaceParserModule, Gaze, GazerModule, MotionExtractorModule class DiscriminatorLoss(nn.Module):