This website works better with JavaScript
Home
Explore
Help
Register
Sign In
waibao_2025
/
hangzhou_mat_manage
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
No Description
2
Commits
1
Branches
0
Releases
Tree:
079c6002ad
Branches
Tags
master
hangzhou_mat_ma...
HTTP
SSH
ZIP
TAR.GZ
sun-pc-linux
079c6002ad
add readme
2 months ago
imgsearchimg
079c6002ad
add readme
2 months ago
pack-queentree
884175d30d
init
2 months ago
pack-sku3d
884175d30d
init
2 months ago
sku3d
884175d30d
init
2 months ago
tree
884175d30d
init
2 months ago
.gitignore
884175d30d
init
2 months ago
readme.md
079c6002ad
add readme
2 months ago
readme.md
以图搜图api
搜图api
加载数据库存储的图片向量特征
通过图片url调用云函数提取向量
获取url对应图片特征进行增删查操作
将product_id集合返回给应用服务
func云函数提取图片向量特征
通过url内网下载图片然后在容器函数中利用gpu资源提取图片向量特征
返回图片向量给api服务
开发:
云函数
整理云函数提取图片向量特征,完善日志和向量返回
配置集成对象存储内网获取图片
思考如何优化冷启动的长时间等待
api
改造api集成云函数处理
应用服务器与api服务的调用
应用服务
确定与搜图api的调用接口(参数/返回)
测试搜图的实际效果优化云函数图片向量特征算法