wzzheng / HDML

Implementation of Hardness-Aware Deep Metric Learning (CVPR 2019 Oral) in Tensorflow.
151 stars 28 forks source link

the question about evaluate.py #15

Closed wangjue-wzq closed 4 years ago

wangjue-wzq commented 4 years ago

In evaluation.py 213th lines y_batch is the embedding extact from GoogLeNet, but synthetics embedding only trained in FC,so how the metric work?

wzzheng commented 4 years ago

Hi! We actually use the embedding after the FC layer in testing, which is the embedding_z in main_triplet.py (line 196).