Skip to content

Instantly share code, notes, and snippets.

@lucabergamini
Created September 21, 2020 17:17
Show Gist options
  • Save lucabergamini/873cd307585149f385649cefbb4a1202 to your computer and use it in GitHub Desktop.
Save lucabergamini/873cd307585149f385649cefbb4a1202 to your computer and use it in GitHub Desktop.
zarr_dt = ChunkedDataset("PATH")
zarr_dt.open()
for frame in zarr_dt.frames:
print(frame["ego_translation"], frame["ego_rotation"])
for agent in zarr_dt.agents:
print(agent["centroid"], agent["yaw"])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment