shaoanlu / faceswap-GAN

A denoising autoencoder + adversarial losses and attention mechanisms for face swapping.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ModuleNotFoundError: No module named 'detector'

finnickniu opened this issue · comments

colab: ModuleNotFoundError: No module named 'detector'

I cant change the detector path, why do you use '-' to name folder.

@finnickniu 请问您解决这个问题了吗?

commented

@finnickniu @shellwolrd
having same issues.

---------------------------------------------------------------------------
ModuleNotFoundError                       Traceback (most recent call last)
<ipython-input-22-674e704224b2> in <module>
      1 import keras.backend as K
----> 2 from detector.face_detector import MTCNNFaceDetector
      3 import glob
      4 
      5 from preprocess import preprocess_video

ModuleNotFoundError: No module named 'detector'

@AKwoKWH @finnickniu
I am having the same issue? Any advice? I tried installing many packages and nothing worked

I am having the same issue? :(((

How can I fix it ?

same issue here, any help?

This issue is solved, run the below code in separate cell.

from google.colab import drive
drive.mount('/content/drive')

!git clone https://github.com/shaoanlu/faceswap-GAN.git

%cd "faceswap-GAN"

Now run import script.