ModuleNotFoundError: No module named 'detector'
finnickniu opened this issue · 6 comments
finnickniu commented
colab: ModuleNotFoundError: No module named 'detector'
I cant change the detector path, why do you use '-' to name folder.
shellwolrd commented
@finnickniu 请问您解决这个问题了吗?
AKwoKWH 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'
walter-grace commented
@AKwoKWH @finnickniu
I am having the same issue? Any advice? I tried installing many packages and nothing worked
Sepideh-Rezaeirad commented
I am having the same issue? :(((
How can I fix it ?
notsaved commented
same issue here, any help?
MuhammadShifa commented
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.