Deploy findface-facerouter in FindFace Multi
To deploy the findface-facerouter component, do the following:
- Install - findface-faceroutereither from the console installer or from the apt repository as such:- sudo apt update sudo apt install -y findface-facerouter 
- Open the - /etc/findface-facerouter.pyconfiguration file.- sudo vi /etc/findface-facerouter.py 
- If the - findface-facerouterand- findface-sf-apicomponents are installed on different hosts, uncomment the- sfapi_urlparameter and specify the- findface-sf-apihost IP address.- sfapi_url = 'http://localhost:18411' 
- Open the - /etc/findface-security/config.pyconfiguration file. In the- ROUTER_URLparameter, actualize the- findface-facerouterIP address and port (18820 by default). Specify either external or internal IP address, subject to the network through which- findface-video-workerinteracts with- findface-facerouter.- sudo vi /etc/findface-security/config.py ... FFSECURITY = { 'ROUTER_URL': 'http://127.0.0.1:18820/v0/frame?', 
- Enable the - findface-facerouterservice autostart and launch the service.- sudo systemctl enable findface-facerouter.service && sudo systemctl start findface-facerouter.service 
- Restart the - findface-securityservice.- sudo systemctl restart findface-security.service