UNetFaceFusion icon indicating copy to clipboard operation
UNetFaceFusion copied to clipboard

forked from damo/cv_unet_face_fusion_torch

Results 5 UNetFaceFusion issues
Sort by recently updated
recently updated
newest added

Traceback (most recent call last): File "/Users/username/PycharmProjects/pythonProject/UNetFaceFusion-main/run.py", line 401, in model = ImageFaceFusion("./") File "/Users/username/PycharmProjects/pythonProject/UNetFaceFusion-main/run.py", line 90, in __init__ self.detector = DAMOFD(model_file=os.path.join(model_dir, 'DamoFD_10g_shape640x640.onnx')) File "/Users/username/PycharmProjects/pythonProject/UNetFaceFusion-main/image_face_fusion/facelib/damofd.py", line 81, in __init__ assert...

项目中没有看到pip的requirement,也没有setup,如何安装环境呢?

你好,我想在融合的时候不融合嘴巴,是否能通过更改alpha.jpg来实现?如果可以的话,如何生成对应的alpha.jpg图像?