diplomat.deeplabcut

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

Functions

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

Run DIPLOMAT tracking on videos using a DEEPLABCUT project and trained network.

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

Takes a DIPLOMAT Frame Store file (.dlfs) and makes predictions for the stored frames, using whatever predictor plugin is selected.

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

Create labeled videos using results generated by DIPLOMAT's DEEPLABCUT frontend.

tweak_videos(config, videos[, shuffle, ...])

Make minor modifications and tweaks to tracked results produced by DEEPLABCUT (or DIPLOMAT) using the interactive UI.

convert_results(config, videos[, shuffle, ...])

Convert DeepLabCut tracking results (.h5 file) to a csv file for easier introspection and analysis.