人类高质量男性

Results 7 issues of 人类高质量男性

def parse_config(config: dict) -> dict: import anyconfig base_file_list = config.pop('base') base_config = {} for base_file in base_file_list: tmp_config = anyconfig.load(open(base_file, 'rb')) if 'base' in tmp_config: tmp_config = parse_config(tmp_config) # anyconfig.merge(tmp_config,...

this is really a good work ,but i find the demo is not working, i use the imgs in this project

您好,作者: 我在尝试使用您论文中提出来的方法试着复现,但是我发现gan生成的图片在迭代过程中颜色变化非常剧烈,就像加了一层厚厚的蒙版,到了后期基本上很难恢复成和原图一样的颜色,请问这个需要怎么办。万分感谢

您好,作者,我仔细比对了论文和您的源代码,我发现colorshift中,论文里的公式跟您给的计算方法不一样,而且这么看的话colorshift并没有给出一张灰度图

i have made a styleganv2 and trained it on ffhq for 80w iters with bs == 32 , i think the pretrain model is enought. And i am trying to...

我自己做了一个血腥的数据集在上面测试,准确率怕是一半都没有,请问你的血腥画面是如何定义的