wzzheng / HDML

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

What about the way of loading data in tfrecord? #8

Open stoneyang opened 5 years ago

stoneyang commented 5 years ago

Hi, @wzzheng :

I've noted that there are code under tfRecord directory, so I guess whether the data loading part could be realized in that way?

Thanks in advance!

wzzheng commented 4 years ago

I am very sorry for the late reply. Yes, it could. But we didn't really employ tfrecord in this project nor have plans to implement it since the original data loader works well. If you have any special needs for the tfrecord way of data loading, I'm happy with further discussions.