mirror of
https://gitee.com/mymagicpower/AIAS.git
synced 2024-12-02 04:08:21 +08:00
.. | ||
doc/img | ||
lib | ||
src | ||
feature_extraction_sdk.iml | ||
pom.xml | ||
README.md |
特征提取(512维)SDK
提取图片512维特征值,并支持图片1:1特征比对,给出置信度。
SDK功能:
1. 特征提取
使用imagenet预训练模型resnet50,提取图片512维特征。
...
512
[INFO ] - [..., 0.18182503, 0.13296463, 0.22447465, 0.07165501..., 0.16957843]
2. 图片1:1比对
计算图片相似度。
...
[INFO ] - 0.77396494
帮助
添加依赖库:lib/aias-feature-extraction-lib-0.1.0.jar