Thanks to visit codestin.com
Credit goes to github.com

Skip to content

AnyValues should support ND arrays #4572

@roym899

Description

@roym899

Logging higher-dimensional arrays with AnyValues does not work, only scalar values per-instance seem to be supported right now.

import numpy as np
import rerun as rr

rr.log("test", 
    rr.Points3D(np.random.rand(100,3)), 
    rr.AnyValues(extra=np.random.rand(100,4))
)

:3: RerunWarning: Converting data for 'extra': ArrowInvalid(only handle 1-dimensional arrays)

Is your feature request related to a problem? Please describe.
Logging the associated ND embedding of a derived 3D embedding, i.e., I would like to inspect the raw, high-dimensional embedding associated with a visualizable low-dimensional embedding.

Describe the solution you'd like
Any values should support lists of arrays, lists of lists, etc.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions