junyizeng
junyizeng
after pip install lpips ,and run the demo,there is a Error. AttributterErro:moudle 'lpips' has no attribute LPIPS
When I run a project using face_morpher under ubuntu16.04,python=3.7.7,opencv=3.4.2,this error occur: `File "./src/handle_dataset.py", line 13, in from helpers import FaceCropper, cropFaceBBox, combineApiLandmark File "/media/cqnu/data/zjy/makeup-transfer-public/src/helpers.py", line 17, in from facemorpher import...
预训练模型
各位项目研发人员您好,非常感谢您将该项目代码公开,由于个人计算资源有限,我无法在自己的设备上进行训练。因此,如果方便的话想请您提供一下预训练的模型参数,谢谢。
分数出现负数
在使用train_code中inference.py使用UGC视频对应的pytorch预训练模型对项目中test_img进行无参照评分时出现负数,以下是输出结果 {"test.jpg": -3.90386700630188}
Thank you very much for the open source, but it seems that I can't find the code related to the model training? How should I use the open source code...
Thank you very much for your open source of latent code, may I ask you if the latent code you provide for CELEBA-HQ is obtained by pre-trained stylegan2 model on...
Thank you very much for sharing the copy store version of clipstyle-GDThank you very much for sharing the pytorchversion of clipstyle-GD.In the code, what should I do to obtain the...
Thank you for open sourcing the project code. I found that the open source code uses the target_attacks.txt file when selecting the total attack targets, and the project does not...
研发人员您好,我按照environment.yml中的环境配置建立好了虚拟环境,但在运行时中发现 helper.py中的face_utils没有定义,请问face_utils是什么?如何定义?
Thank you very much for your open-source contributions. I have successfully set up the Anaconda virtual environment as per the instructions in your README. However, I encountered an issue when...