diplomat.utils.track_formats

Functions

load_diplomat_table(path_or_buf)

Load a diplomat-pandas pose table from a CSV file.

save_diplomat_table(table, path_or_buf)

Save a diplomat-pandas pose table to a CSV file.

to_diplomat_pose(table)

Convert a diplomat pandas table to a diplomat Pose object.

to_diplomat_table(num_outputs, body_parts, poses)

Convert a diplomat Pose object to a diplomat pandas table, which can be saved to a CSV.