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

num_points and num_samples attribute in json header #51

Open
Andrej730 opened this issue Nov 21, 2023 · 1 comment
Open

num_points and num_samples attribute in json header #51

Andrej730 opened this issue Nov 21, 2023 · 1 comment

Comments

@Andrej730
Copy link

Andrej730 commented Nov 21, 2023

Wanted to clarify what num_points mean in json header.

Is it the maximum number of points presented in any frame of the presented json?
E.g., points per frames: 5, 6, 15, 50, 25, 5, 25, then num_points = 50.

Or it's the amount of all points used in the file? Basically maximum(ID) of all points presented in the file?
E.g. filecontaining two frames and frame 0 has 1000 points, frame 1 has 1000 points with completely different ids, then num_points = 2000.

And what is num_samples? From the example it seems to be sum of all points in all frames.

Also, Is there some hjson file format description?

@Andrej730 Andrej730 changed the title num_points attribute in json header num_points and num_samples attribute in json header Nov 21, 2023
@Andrej730
Copy link
Author

@dpernuit hello! can you please take a look?

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