I am in the process of collecting 3D-coordinates of multiple key points of one person's or multiple people's body over time. This data needs to be collected in one data set. This basically leads to an input for each frame consisting of one or multiple 19x3 matrices. The data set structure is supposed to look as following:
I am really struggling to wrap my head around how to loop all the data in one data set. As the data is generated during runtime, I cannot set-up the size of outer layer in advance. All my attempts so far to create 3D/4D arrays led to a misalignment of dimensions.
how to approach such problem?
