medusa.containers
#
The core
module contains two submodules, fourD
and threeD
that
contain classes to represent and manipulate 4D and 3D data, respectively.
Data from different topologies are represented by different classes,
which all inherit from a common base class (e.g., Base4D
for 4D
data). For example, data reconstructed using the Mediapipe model is
stored in an object of the Mediapipe4D
class.