Zhenhui Ye
Zhenhui Ye
> in the inject_blink_to_lm68 function, when the generated video contatins 676 frames, T=676. So when i=675, j=1, the idx=676(out of index), here is my solution: > > **idx = i...
Hi, can you provide more details about the error? So that we could produce it.
Can the inference commandline work? The error listed in the screenshot seems imcomplete.
Hi, you can try to set `--drv_pose=static` in the infer script.
may you should set `force_single_thread`
你好,可能是因为最近推出的blink功能还有些不太完善,你可以把blink_mode设置为none,应该可以解决这个问题
Hi, you can use the `init_from_ckpt` option.
1. Yes, "audio2secc_vae" equivalent to "audio2motion" and "secc2plane_torso_orig" equivalent to "secc2plane_torso" 2. For audio training, should I ==> Yes, you need to train a syncnet. 3. You can skip the...
you can use the provided pre-trained `secc2plane_torso` to initialize you own secc2plane_head model, just set `strict=False`. For using your provided human figure, please modify the code in `validation_steps`
You can reduce the `batch_size`, or you can try `amp=True`