Cli

This module is the entry point of the FoxMask package. When foxmask is invoke from the command line, this module is executed. The entry point is specified in the setup.py file, as follows:

        entry_points='''
        [console_scripts]
        foxmask=cli:cli
cli.detect()

Command to detect animals on images.

Parameters:
  • srcdir (str) – Top level directory where the module can find images to analyze.
  • resultsdir (str) – Top level directory where to store the results of the analysis.