Skip to content
tao edited this page Jul 5, 2021 · 2 revisions

Welcome to the unimatch wiki! 欢迎来到unimatch的wiki!

在wiki中将会介绍unimatch算法的思路和接口以及部署方法。

docker的使用命令:

docker run -d -p 8000:8000 --name unimatch_service -v config文件夹的绝对路径:/code/unimatch/config -v database文件夹的绝对路径:/code/unimatch/database unimatchdocker:buster

服务启动后可以通过8000端口访问

定位服务api: http://hostname:8000/position

post方法,使用表单上传文件,名称设定为image_file即可。

另外,可以在 http://hostname:8000/ 这个地址进行简单的调试。

Clone this wiki locally