↓ 4 callersClassModel音频驱动的轻量数字人 UNet。 输入: - x: [B, n_channels=6, 160, 160] (BGR ref + masked current) - audio_feat: [B, 128, 16, 32] (wenet) 或 [B, 1
unet.py:180
↓ 2 callersClassLabelSmoothingLossLabel-smoothing loss. In a standard CE loss, the label's data distribution is: [0,1,2] -> [ [1.0, 0.0, 0.0], [0.0, 1.0, 0
data_utils/wenet/transformer/label_smoothing_loss.py:12
↓ 1 callersClass_BounceIndex0,1,...,N-2,N-1,N-2,...,1,0,1,... 来回索引,每次 advance() 自动转向。
dihuman_run.py:91
↓ 1 callersClass_FramePicker按照 0,1,2,...,N-1,N-2,...,1,0,1,... 的来回顺序无限取帧。
inference.py:85