You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Andrej730
changed the title
num_points attribute in json headernum_points and num_samples attribute in json header
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?
The text was updated successfully, but these errors were encountered: