zero is not none
zero is not none
Hi, when I run in " https://colab.research.google.com/github/mchong6/GANsNRoses/blob/main/inference_colab.ipynb " is alright! But, run in my machine, error "RuntimeError: AUBIO ERROR: source_wavread: Failed opening ./samples/dsm.mp4 (could not find RIFF header)" And I...
Hi , gay. Thanks for your nice work. But this file can not find, counld mind upload again. Thanks again, Looking forward to your reply. https://drive.google.com/open?id=1zWKOc62a_BQy0wVpX9gcPeKq9HajAI4v
大佬您好,感谢您的分享! 如果想尝试调整成对中文输入也适用的方案,不知道要调整哪些内容? 这边也看到其他的有类似的疑问: https://github.com/wuhaozhe/style_avatar/issues/1#issuecomment-968499818 “The deepspeech is trained on English, you can test it in Chinese, but the result wouldn't be satisfactory.” 还有一个疑问,输入的音频是训练集中不存在的,那么音画同步效果如何?
你好,我这边报了这个错误。 在https://github.com/ZhaoJ9014/face.evoLVe.PyTorch#Data-Zoo 这里下载了很多数据集试了都不能直接用,看了这个数据集的格式: ./data/db_name/ -> id1/ -> 1.jpg -> ... -> id2/ -> 1.jpg -> ... 好像并没有问题,不知道需要如何修改,期待大佬的回复,感谢 FileNotFoundError: [Errno 2] No such file or directory: '/home/dataset/lfw/meta/sizes'
你好,对于多个类别的情况,classname_to_id 中不止一个类别时,感觉是否存在一定问题? 因为这里,划分数据集是这样做的: `train_path, val_path = train_test_split(json_list_path, test_size=0.12)` 期待大佬的回复,谢谢啦
您好,感谢大佬的分享 运行到这里的时候出现问题 cd NodeServer && yarn # install node modules 是不是不能离线(断网)测试
(1)环境问题 上面有小伙伴在cimport numpy as np出错等等,很可能是由于环境问题导致的 我自己的技巧是创建一个虚拟环境,在这个虚拟环境上,根据作者提供的部署环境进行操作,环境问题得到顺利解决 (2)路径问题和预训练模型 这里不知道为啥有些地方读取模型是需要绝对路径才行,因此,最好根据自己的要求去修改,将作者提供的三个下载链接内容全部下载好,modelAngel.h3,ckpt,keras预训练模型才可顺利运行 搞定这些基本上就可以顺利运行了 欢迎关注我的公众号:AI算法与图像处理,和我一起交流哈 
大佬您好,感谢您开源的代码。 不知道后续是否会考虑分享一下预训练模型?谢谢啦
hi ,thansks for your nice work! Would you tell how to preprocess the data (Extract landmark and crop the image by dlib)? I checked other issue about this , like...
Thanks for your greate work. I want to know how well your model can perform on Chinese datasets. I try to inference using Chinese audio. It doesn't seem very ideal....