Overview of the poselib library
mainposelib is a library for loading, manipulating, and retargeting skeleton poses and motions. It is built on top of PyTorch and requires data to be in PyTorch tensors. The library is organized into three modules:
poselib.core: Basic data loading and tensor operations.poselib.skeleton: Higher-level skeleton operations (topology, states, and motions).poselib.visualization: Tools for displaying skeleton poses.