More adjustments

This commit is contained in:
henryruhs
2025-03-06 13:34:29 +01:00
parent cf26f66e36
commit a2a9b78dac
+2
View File
@@ -18,6 +18,8 @@ GazerModule : TypeAlias = Module
MotionExtractorModule : TypeAlias = Module
Config : TypeAlias = Dict[str, Any]
ConfigSet : TypeAlias = Dict[str, Config]
OptimizerSet : TypeAlias = Any
WarpTemplate = Literal['vgg_face_hq_to_arcface_128_v2', 'arcface_128_v2_to_arcface_112_v2']