Skip to content

How to create Compound data with fixed shape? #150

@nikich340

Description

@nikich340

I am getting out of my mind trying to create Dataset with type Compound, Shape = N and fields.
That's the original file which I try to recreate from my code:
Image
That's how values look like:
Image

But all I get always is "variable-length" scalar Compound:
Image

I tried to check data types with dataset.Read<Dictionary<string, object>>() on "xformframes" dataset var but it crashes with "Exception: The total file selection element count does not match the total memory selection element count.".
Actually, I'm out of ideas how to archive that, the documentation has no any similar examples.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions