eto-ai / rikai

Parquet-based ML data format optimized for working with unstructured data
https://rikai.readthedocs.io/en/latest/
Apache License 2.0
136 stars 19 forks source link

fix dataset conversion for nested structs #651

Closed changhiskhan closed 2 years ago

changhiskhan commented 2 years ago

nest struct conversion is rikai dataset is incorrect but it was never tested. Triggered during working with bdd100K dataset as the annotations for object detection was an array of struct and had an inner struct for label properties (like occluded, trafficLightColor, etc).