yinguobing / cnn-facial-landmark

Training code for facial landmark detection based on deep convolutional neural network.
MIT License
626 stars 182 forks source link

landmark #29

Closed ZlaaM closed 5 years ago

ZlaaM commented 5 years ago

Are you working on updating it ?

yinguobing commented 5 years ago

I'm trying. :coffee:

ZlaaM commented 5 years ago

in which version of tensorflow have you written this code ?

yinguobing commented 5 years ago

1.4

ZlaaM commented 5 years ago

please can you share your " frozon_graph.pb " or the name of the output nodes ? because i still have this problem ( KeyError: "The name 'logits/BiasAdd:0' refers to a Tensor which does not exist. The operation, 'logits/BiasAdd', does not exist in the graph." ) thanks alot

yinguobing commented 5 years ago

May I ask which version of TensorFlow are you using? It might be Duplicate of #17

ZlaaM commented 5 years ago

i try tf1.13 , 1.9 and 1.2

ZlaaM commented 5 years ago

and 1.4

ZlaaM commented 5 years ago

I tried the same (#17) but the problem still exists

ZlaaM commented 5 years ago

thank you for your interest .. i solved it

yinguobing commented 5 years ago

Glad to hear that :smiley: , safe to close #29.