hturki / suds

Scalable Urban Dynamic Scenes
MIT License
199 stars 16 forks source link

Why use .parquet for depth and optical flow? #21

Closed AIBUWAN closed 1 year ago

AIBUWAN commented 1 year ago

HI

Why use .parquet for depth and optical flow ? Can I save depth and flow in other formats like .npy, .npz or .png?

hturki commented 1 year ago

We wanted to use a format that lent itself well to compression (which was important at the City-1M scale). But I'm happy to accept a PR that reads data from a different format.