bearsprogrammer / real-time-deep-face-recognition

using facenet algorithm
MIT License
233 stars 100 forks source link

AttributeError: module 'facenet' has no attribute 'get_dataset' #7

Open MyoungSunPark opened 7 years ago

MyoungSunPark commented 7 years ago

Hi,thanks for your codes. when I run the Make_aligndata.py,there is a error

$ python3 Make_aligndata_git.py Traceback (most recent call last): File "Make_aligndata_git.py", line 22, in dataset = facenet.get_dataset(datadir) AttributeError: module 'facenet' has no attribute 'get_dataset'

how can I solve this error? thank you for your help.

erikbijl commented 6 years ago

Did you found an answer on this? I'm having the same issue

kaushik89ankit commented 4 years ago

import facenet.src.facenet as facenet