确认一下,初次运行客户端,server端默认并没有算法胶囊。
是否将测试算法胶囊Capsules, 单独下载,并复制到server端对应文件夹下。从客户端能看到检测框。
胶囊下载:
https://aotu.ai/docs/downloads/ #Capsules
1 Like
我有注意到,你选择的两个胶囊,行为检测、身份识别,分别需要有模型检测输入前提 : 人体检测→行为检测; 人脸检测→人脸/身份识别; 如下图 Required Input → Output
所以,建议先去下载“ Detector People And Vehicles Fast”
Detector Face Fast
四个胶囊模型,就能自动融合开始工作。
顺便提一句, 将胶囊放置在 /brainfram/capsules目录下后,程序无需重启,十几秒自动就加载完成,热插拔过程。
Perhaps there was an issue loading the capsules. Would you mind sending us the server logs?
If you’re using v0.24.x:
docker-compose logs api > logs.txt
If you’re using v0.25.x:
docker-compose logs core > logs.txt