diplomat.sleap

The SLEAP frontend for DIPLOMAT. Contains functions for running DIPLOMAT on SLEAP projects.

Functions

analyze_videos(config, videos[, batch_size, ...])

Run DIPLOMAT tracking on a set of videos or a single video using a SLEAP model, generating results in ".slp" files.

analyze_frames(config, frame_stores[, ...])

Run DIPLOMAT tracking on a set of frame store files or a single frame store using metadata from a SLEAP model, generating results in ".slp" files.

label_videos(config, videos[, ...])

Label videos tracked using the SLEAP frontend.

tweak_videos(config, videos, **kwargs)

Make minor modifications and tweaks to sleap results (stored in .slp files) using DIPLOMAT's interactive UI.

convert_results(config, videos)

Convert diplomat generated results for SLEAP (in .slp format) to a csv based table format for easier analysis of results.