AdvBox icon indicating copy to clipboard operation
AdvBox copied to clipboard

bugs

Open cuge1995 opened this issue 4 years ago • 1 comments

File "facenet_fr.py", line 199, in <module>
    fr = FacenetFR()
  File "facenet_fr.py", line 90, in __init__
    facenet.load_model(FACENET_MODEL_CHECKPOINT)
AttributeError: module 'facenet' has no attribute 'load_model'

cuge1995 avatar Jul 24 '21 13:07 cuge1995

sys.path.append("../../thirdparty/facenet/src")

works for me

niuwagege avatar Dec 24 '21 10:12 niuwagege