zyainfal / One-Shot-Face-Swapping-on-Megapixels

One Shot Face Swapping on Megapixels.
Other
314 stars 40 forks source link

ModuleNotFoundError: No module named 'op' #33

Open postcw opened 2 years ago

postcw commented 2 years ago

Traceback (most recent call last): File "inference.py", line 4, in from megafs import resnet50, HieRFE, Generator, FaceTransferModule File "D:\pycharm\faceSwap_project\One-Shot-Face-Swapping-on-Megapixels-main\inference\megafs.py", line 11, in from op import FusedLeakyReLU, fused_leaky_relu, upfirdn2d ModuleNotFoundError: No module named 'op'

Georgefwt commented 2 years ago

you should find 'op' in stylegan2-pytorch

postcw commented 2 years ago

thanks! I found it