VisualComputingInstitute / triplet-reid

Code for reproducing the results of our "In Defense of the Triplet Loss for Person Re-Identification" paper.
https://arxiv.org/abs/1703.07737
MIT License
764 stars 215 forks source link

output_name #74

Closed ss199302 closed 5 years ago

ss199302 commented 5 years ago

@lucasb-eyer Hello, is the final output name of the graph of the network endpoints? I want to use (tf. get_default_graph(). get_tensor_by_name('% s: 0')% output_name), but I don't know the output name, can you tell me? Thank you

Pandoro commented 5 years ago

This depends on what exactly you want to get from the network. But I guess you are looking for the embeddings. The name for that should be out_emb.