Tinaa23

Results 8 comments of Tinaa23

> Hi thank you for wonderful work! > > I am having hard time understanding which part of 3dmm coefficient refers to expression, blink, pose. > > could you give...

Hi, Could anyone get access to the training code?

> Dear suzhen, > > Thank you for publishing the inference code. It is an amazing work. But how can I train a new model with higher resolution. I would...

> > ```python > > RuntimeError: cutlassF: no kernel found to launch! > > ``` > > > > > > > > > > > > > > >...

@lckj2009 Hi. Did you find answer to this?

> @xz0305 保存的是音频特征,就用的 https://github.com/YudongGuo/AD-NeRF/tree/master/data_util/deepspeech_features Thank you for sharing this link. If the video contains 3000 frames, then using this repo for audio feature extraction returns one .npy file with (3000,16,29)...

> @979277 > > 训练了一些epoch,下面是一些效果。 [difftalk_demo.zip](https://github.com/sstzal/DiffTalk/files/12390359/difftalk_demo.zip) > > 我这经过预处理之后总共有400+段视频片段,作者只给了训练集的视频名称,没有给测试集的,所以我就直接随机分了数据集。 > > 由于训练过程中内存占用不断增加(看最上面的问题描述),经过多次实验,最终每个视频使用前1100帧(间隔一帧取一帧)用作训练和测试。difftalk_demo.zip 里的视频是测试集中的视频,使用连续的前720帧做的测试。可以看到还是有点效果的。 > > 后面的实验我打算减少视频数量,使用每个视频的所有帧。使用那种同一个视频可以截取出多个视频片段的数据,其中一个片段作为测试集,其他视频作为训练集,再训练看看效果。 > > 训练过程中没有验证集,只有测试集,最终的测试效果也是在测试集上观察的,可能有数据泄露的风险。作者应该也是这么搞得。 Hi. I have a basic question and I hope you can...

Hi. Any updates on the training code?