InsightFace_TF
InsightFace_TF copied to clipboard
what is the node name to get embeddings in model D?
should it be "resnet_v1_50/E_BN2/Identity" or "arcface/norm_embedding"? @auroua
embeddings = tf.get_default_graph().get_tensor_by_name('resnet_v1_50/E_BN2/Identity:0')
@auroua Thx. btw i'm also from xi'an, nice to get help from you. XD
@auroua @ruobop What are the parameters for training model D ? Can I replicate the performance with two Tesla K80? Thx.
@ruobop can you please send a google drive link for the model_d file. I am not able to download it. It would be really a great help from your side. Thanks
@gvidit98 I have frozen model in google drive if you are interested.
which net is model D? @auroua