dandelion915
dandelion915
请问在线体验Demo用的是什么模型?我用1.2.0的单调音频测试效果就不如Demo中那么好
关于测试脚本
作者你好,非常感谢你们的集成式工作。现在我有MMSA-FET工具生成的单个视频对应的特征以及已经用SIMS训练好的模型,请问是否有可以调用模型进行单个视频测试输出的脚本?
Let's say i have a source code hello-world.cpp: ``` #include int add(int a, int b) { int c = a + b; return c; } int main() { std::cout =...
Say I have two source code file1.cpp and file2.cpp written in C++, I want to know the difference code between them and locate this difference code to the function. I...
谢谢你复现的代码!我有一些问题想请教一下:每个视频我提取了前300帧用作训练,在设置batchsize=2时,运行到auc, r_acc, f_acc = evaluate(model, dataset_path, mode='valid')时,测试模型需要花费15分钟时间,并且会无报错地返回Process finished with exit code -1。请问你每次测试模型需要花多久的时间?
Thanks for your work! I'm trying to conduct experiments on the settings of ----------------- Options --------------- batch_size: 32 beta1: 0.9 checkpoints_dir: ./checkpoints display_freq: 1000 fake_class_id: 0 fake_im_path: ./dataset\DF fineSize: 224...
Thanks for your work! I'd like to ask about the format of face parsing. The original format is from LVT with plot axis and colored. Is this format directly useable...