Open finnickniu opened 5 years ago
@finnickniu 请问您解决这个问题了吗?
@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.
colab: ModuleNotFoundError: No module named 'detector'
I cant change the detector path, why do you use '-' to name folder.