git-cloner / avatarify-webrtc

avatarify with webrtc and dlib
MIT License
29 stars 10 forks source link

ModuleNotFoundError: No module named 'modules' #1

Open achaosss opened 1 year ago

achaosss commented 1 year ago

(venv) C:\Users\Z19070948\Desktop\webrtc_test\avatarify-webrtc>python main.py Traceback (most recent call last): File "C:\Users\Z19070948\Desktop\webrtc_test\avatarify-webrtc\main.py", line 17, in from afy.cam_fomm import fomm_load_predictor, fomm_change_face, fomm_change_frame, fomm_test_predictor, InitOutPipe, InitLiveKitCli File "C:\Users\Z19070948\Desktop\webrtc_test\avatarify-webrtc\afy\cam_fomm.py", line 17, in from afy import predictor_local File "C:\Users\Z19070948\Desktop\webrtc_test\avatarify-webrtc\afy\predictor_local.py", line 4, in from modules.keypoint_detector import KPDetector ModuleNotFoundError: No module named 'modules'

little51 commented 1 year ago

Confirm whether the clone fcomm,It is in the project root. git clone https://github.com/alievk/first-order-model.git fomm. such as: avatarify-webrtc

achaosss commented 1 year ago

It works. Thanks.