Chanstk / FaceRecognition_MTCNN_FaceNet

A face recognition system based on facenet and mtcnn algorithm(pure c++ version)
30 stars 10 forks source link

tensorflow/core/framework/graph.pb.h no such file #3

Open kuishengwang opened 6 years ago

kuishengwang commented 6 years ago

hello ,when I run your program the error ' tensorflow/core/framework/graph.pb.h no such file' will be taken.I want to know where I can get this file. https://github.com/tensorflow/tensorflow doesn't have.

Royzon commented 5 years ago

@kuishengwang how did you solve problem above?

jzi040941 commented 4 years ago

did you build tensorflow with bazel and link bazel-bin and bazel-genfile?