auroua/InsightFace_TF

how to use the model

shenriver opened this issue · 1 comments

I want to use the model like :
embeddings = tf.get_default_graph().get_tensor_by_name("resnet_v1_50/E_BN2/beta:0")
run(embeddings)
in oeder to get the last output
who can tell me the output_tensorname

embeddings = tf.get_default_graph().get_tensor_by_name("resnet_v1_50/E_BN2/Identity:0")
#27