You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since we represent pose tracking data as xarray objects, it could be attractive to save them to zarr, especially since xarray already provides a xarray.Dataset.to_zarr() method.
This would allow for chunking and parallel read/write operations.
This could become the movement-native way of saving/loading pose tracks.
That said, we should coordinate with the animal pose estimation community at large to hopefully converge on a common file format for such data, as mentioned in this paper
The text was updated successfully, but these errors were encountered:
Probably yes?
I keep track of NWB's ndx-pose extension in a separate issue (#23), but if that supports the zarr backend, these two goals may well merge into one.
Since we represent pose tracking data as
xarray
objects, it could be attractive to save them to zarr, especially sincexarray
already provides axarray.Dataset.to_zarr()
method.This would allow for chunking and parallel read/write operations.
This could become the movement-native way of saving/loading pose tracks.
That said, we should coordinate with the animal pose estimation community at large to hopefully converge on a common file format for such data, as mentioned in this paper
The text was updated successfully, but these errors were encountered: