Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

load c3d and data faster #41

Open
Ipuch opened this issue Oct 28, 2024 · 1 comment
Open

load c3d and data faster #41

Ipuch opened this issue Oct 28, 2024 · 1 comment

Comments

@Ipuch
Copy link
Collaborator

Ipuch commented Oct 28, 2024

use this rerun commands :

# Send both columns in a single call.
rr.send_columns(
    "scalars",
    times=[rr.TimeSequenceColumn("step", times)],
    components=[rr.components.ScalarBatch(scalars)],
)

PhaseRerun need a new method to_rerun_cols or a new arg in to_rerun.

This would require to gather first and then display. instead of compute, display, compute, diplay, etc...

@Ipuch
Copy link
Collaborator Author

Ipuch commented Oct 28, 2024

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant