Global_mean.npy and global_std.npy calculations
Hello,
I'm attempting to calculate the global_mean and global_std for the whole dataset myself so I can then find the values for a subset of the motion.
I accumulated the 262 processed features across all frames for motion1 and motion1_swap, then for motion2 and motion2_swap relative to motion1. When computing the mean and average I achieve different results than those supplied in the data directory.
Can I inquire as to how exactly you are computing the average and std for the dataset? Thank you for your work and assistance thus far!
me too. I also calculated the mean and std the same way as your method, but the results are different from those in the code repository. I would like to ask if you have resolved this issue yet?