基于TensorFlow以及TF-serving图像检索
1. 抽取特征extract_feature <br>
- 这里没有训练网络,只是根据ImageNet上预训练Inception_v3模型抽取mixed_8x8x2048b层特征,然后sum_pooling到2048-d。
- 如想得到更好的特征表示,可以参考DeepRank等文章根据数据集fine-tune训练网络。
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upMillions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.