zye1996 / Mobilefacenet-TF2-coral_tpu

57 stars 13 forks source link

Cannot run "train.py" #6

Open wibimaster opened 3 years ago

wibimaster commented 3 years ago

Hi !

Sorry for this simple question, but I cannot run "train.py" file.. I tried from root with "python train/train.py" or from train folder with "python train.py", but each time it fails with :

Traceback (most recent call last):
  File "train/train.py", line 4, in <module>
    from test.test_lfw import *
ModuleNotFoundError: No module named 'test.test_lfw'

What did I do wrong ?

Thanks !