idtrackerai.extra_tools.idmatcherai#
Warning
The code reference is a work in progress and may contain inconsistencies.
idmatcher.ai matches identities from two different tracked sessions, see idmatcher.ai.
- idtrackerai.extra_tools.idmatcherai.idmatcherai(*folders: Path | str | Session) None[source]#
idmatcherai script, called by the command
idmatcherai.See also
Documentation for idmatcher.ai
- Parameters:
*folders (Path | str | Session) – Sequence of Sessions or session paths to match with idmatcherai. With two elements, the matching is performed between them. With more than two elements, the matching will be computed between the first and the second, the first and the third, the first and the fourth, and so on. If the paths to the Sessions are given,
idtrackerai.Session.load()will be used to load them.