-
Notifications
You must be signed in to change notification settings - Fork 143
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
Question about the zero velocity baseline #44
Comments
Hi @LittleFlyFish,
Correct. You can see the code to do that under https://github.com/una-dinosauria/human-motion-prediction/blob/master/src/baselines.py Cheers, |
Ah, I understand now. Thank you very much ! |
@una-dinosauria
Usually, the error should be calculated between the ground truth and the prediction, but here there is no prediction we are taking the same test data that's already present. |
Yes, that's the point of the zero-velocity baselines -- they are learning-free. We simply take the motion seed and do simple manipulations to take them as predictions. This is the same information that, at test time, learning-based baselines need. |
I Have read your paper, but I don't really understand the zero velocity baseline. It has few descriptions in the paper. I am not sure the mean "predict the first frame by velocity zero", it that means set the first frame of predicted motion clip the exactly same as the last frame in Input motion clip?
The text was updated successfully, but these errors were encountered: