dfConverter

class lightning_pose.utils.fiftyone.dfConverter(df: DataFrame, keypoint_names: list[str])[source]

Bases: object

Methods Summary

__call__()

Call self as a function.

dict_per_bp(keypoint_name)

Methods Documentation

__call__() dict[str, dict[str, array]][source]

Call self as a function.

dict_per_bp(keypoint_name: str) dict[str, array][source]
__init__(df: DataFrame, keypoint_names: list[str]) None[source]