Rename parser to face parser

This commit is contained in:
henryruhs
2025-03-11 12:54:35 +01:00
parent afab997ffc
commit 09432d9214
+1 -1
View File
@@ -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):