idtrackerai.extra_tools.validator#
Warning
The code reference is a work in progress and may contain inconsistencies.
Module to validate the tracking data of a session, see Validator.
- idtrackerai.extra_tools.validator.idtrackerai_validate(session_directory: Session | Path | str | None = None) None[source]#
Initialize the Validator GUI, called by the command
idtrackerai_validate.See also
Documentation for Validator
- Parameters:
session_directory (Session | Path | str | None, optional) – Session or path to the Session folder to validate. If None, a blank Validator is opened.