Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to locate 20170512-110547.pb #38

Open
sierra1bravo opened this issue Dec 24, 2018 · 5 comments
Open

Unable to locate 20170512-110547.pb #38

sierra1bravo opened this issue Dec 24, 2018 · 5 comments

Comments

@sierra1bravo
Copy link

Hi

I do not see this file in the zip file in the link provided...consequently, main.py does not run.

Thanks for any help.

@vudung45
Copy link
Owner

@sierra1bravo please redownload the model. I've updated it!

@sierra1bravo
Copy link
Author

sierra1bravo commented Dec 25, 2018 via email

@eyildiz-ugoe
Copy link

eyildiz-ugoe commented Jan 10, 2019

I am getting the same error, that file is not in the models folder, but rather these:


model-20170512-110547.ckpt-250000.index

model-20170512-110547.ckpt-250000.data-00000-of-00001

I renamed the second one to the file which is seeked, but even after then I got:

Traceback (most recent call last):
  File "main.py", line 161, in <module>
    extract_feature = FaceFeature(FRGraph)
  File "/home/user/workspace/FaceRec/face_feature.py", line 22, in __init__
    self.__load_model(model_path)
  File "/home/user/workspace/FaceRec/face_feature.py", line 49, in __load_model
    graph_def.ParseFromString(file_.read())
google.protobuf.message.DecodeError: Error parsing message

@cluzier
Copy link
Contributor

cluzier commented May 9, 2019

I am getting the same error, that file is not in the models folder, but rather these:


model-20170512-110547.ckpt-250000.index

model-20170512-110547.ckpt-250000.data-00000-of-00001

I renamed the second one to the file which is seeked, but even after then I got:

Traceback (most recent call last):
  File "main.py", line 161, in <module>
    extract_feature = FaceFeature(FRGraph)
  File "/home/user/workspace/FaceRec/face_feature.py", line 22, in __init__
    self.__load_model(model_path)
  File "/home/user/workspace/FaceRec/face_feature.py", line 49, in __load_model
    graph_def.ParseFromString(file_.read())
google.protobuf.message.DecodeError: Error parsing message

I see no .pb file either so I am also unsure which file to use.

(edit)

I used the same 20170512 file but went into a venv and it worked fine.

@hwhh
Copy link

hwhh commented Oct 11, 2020

Hi,

How did you solve this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants