Configure findface-facenapi to Use PluginsΒΆ
To configure findface-facenapi to use plugins, do the following:
Put a plugin into a directory of your choice. You can use several directories to store plugins.
Open the
findface-facenapiconfiguration file.sudo vi /etc/findface-facenapi.ini
Warning
The
findface-facenapi.inicontent must be correct Python code.Uncomment the
plugins_dirsparameter and specify the comma-separated list of plugin directories.plugins_dirs = '/etc/findface/plugins/video, /etc/findface/plugins/html'
Uncomment the
plugins_enabledparameter and specify the comma-separated list of plugins to load, or an asterisk (*) to load all plugins.plugins_enabled = '*'