人类高质量男性
人类高质量男性
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...
效果有问题啊
我自己做了一个血腥的数据集在上面测试,准确率怕是一半都没有,请问你的血腥画面是如何定义的
how to fix this problem , num of tokens is not equal to the features when training my own data
你好,我看了你的工作后,自己也在尝试复刻一个在object365上训练,在训练的过程中我好奇1、 为啥weight decay调整的这么大,2、还有就是单机单卡下这个模型能做出来吗,3、另外模型初始化是不是有什么要求。 目前自己做的模型只在标注比较多的物体上有效果(car,person),其他效果都不行,求指导