Error i could not bypass
#2
by
gladosxo
- opened
(facedancer) e:\Facedancer>python test_video_swapmulti.py --swap_source "path/to/face" --vid_path "path/to/video" --output "path/to/result_video.mp4"
Traceback (most recent call last):
File "test_video_swapmulti.py", line 25, in
from networks.layers import AdaIN, AdaptiveAttention
ImportError: cannot import name 'AdaIN' from 'networks.layers' (C:\Users\vx_10.conda\envs\facedancer\lib\site-packages\networks\layers_init_.py)
Tried pip/conda install AdaIN but no avail
Hi, think I need more information
I assume you cloned the github repo?
AdaIN is implemented by me, you can find it in layers file from the github. Try check you directory structure and import paths.