diplomat sleap convert_results
Summary
Convert diplomat generated results for SLEAP (in .slp format) to a csv based table format for easier analysis of results. The csv will have the same name and file path as the original .slp file, just a different extension.
Usage
diplomat sleap convert_results [-h] --config FILE --videos [FILE, ...]|FILEOptions
usage: diplomat sleap convert_results [-h] --config FILE --videos [FILE, ...]|FILE Convert diplomat generated results for SLEAP (in .slp format) to a csv based table format for easier analysis of results. The csv will have the same name and file path as the original .slp file, just a different extension. optional arguments: -h, --help show this help message and exit --config FILE, -c FILE The path (or list of paths) to the sleap model(s) used for inference, each as either as a folder or zip file. --videos [FILE, ...]|FILE, -v [FILE, ...]|FILE Paths to the sleap label files, or .slp files, to convert to csv files, NOT the video files.