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
i think it's mean of {x,y,z,intensity , distance } and variance of the same data , you can calculate them with your own data if you want , here they have already calculate them i think
i think it's mean of {x,y,z,intensity , distance } and variance of the same data , you can calculate them with your own data if you want , here they have already calculate them i think
@Meranre Hi~ I also have this problem. This is the value I calculated:
I calculate the mean of all x, y, and z in the data set. Especially the value of x=-0.1023 I calculated is quite different from the value providedx= 10.88 . How did you solve it?
hello, all my friends,
in the code:
norm_lidar = (lidar - self._mc.INPUT_MEAN) / self._mc.INPUT_STD
x, y, z, intensity, distance
mc.INPUT_MEAN = np.array([[[10.88, 0.23, -1.04, 0.21, 12.12]]])
mc.INPUT_STD = np.array([[[11.47, 6.91, 0.86, 0.16, 12.32]]])
And I don't understand how the values(INPUT_MEAN and INPUT_STD) are from?
The text was updated successfully, but these errors were encountered: