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

predicted results #16

Closed
buaa-luzhi opened this issue Jul 30, 2021 · 4 comments
Closed

predicted results #16

buaa-luzhi opened this issue Jul 30, 2021 · 4 comments

Comments

@buaa-luzhi
Copy link

@wuhaixu2016
Hello, thank you for sharing your work.
My test results on the KTH dataset are shown below.
微信图片_20210730163626
My understanding is to input 20 frames of images and predict 19 frames.
However, why are these two sequences almost identical instead of predicting future actions.

Looking forward to your reply, thank you so much!!!

@buaa-luzhi
Copy link
Author

For example, the first 10 frames are given and the last 10 frames are predicted.

@wuhaixu2016
Copy link
Collaborator

Hi, Thanks for your attention. This is all about the filename of prediction results.

In your cases, the total length is 20 and the input length is 10. The model output is 20-1=19 images under the next-frame-prediction setting. The 'pd' index is from 2 to 20.

I have fix this by update the results filename index. You can ref to the latest commit.

@buaa-luzhi
Copy link
Author

Thank you very mcuh for your kind reply.
In your reply, what does under the next frame prediction setting mean?
Don't you input several frames of the model continuously and predict several frames in the future?
For example,
input: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10
predict: 11, 12, 13, 14, 15, 16, 17, 18, 19, 20
Thanks again!

@wuhaixu2016
Copy link
Collaborator

'Next frame prediction' is 'input i predict (i+1)' during the training.
This is a standard setting of predictive learning. You can read the paper or code for more details.

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

2 participants