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
{{ message }}
This repository was archived by the owner on Jun 25, 2025. It is now read-only.
This repository contains the official implementation of the paper: "SRVP: Strong Recollection Video Prediction Model Using Attention-Based Spatiotemporal Correlation Fusion" (accepted at CVPR 2025 Precognition Workshop)
The trained model, check point files, and a log file will be generated in results/mnist.
Inference
After training, copy train.sh to inference.sh, and revise mode=train to mode=test.
bash inference.sh
The prediction results and evaluation metrics will be presented in results/mnist. An example of the predicted frames:
If you want to get the other sample, change the value of idx in main.py. Then, run the inference.sh.
Citation
@InProceedings{Kim_2025_CVPR,
author = {Kim, Yuseon and Park, Kyongseok},
title = {SRVP: Strong Recollection Video Prediction Model Using Attention-Based Spatiotemporal Correlation Fusion},
booktitle = {Proceedings of the Computer Vision and Pattern Recognition Conference (CVPR) Workshops},
month = {June},
year = {2025},
pages = {5283-5292}
}
About
This repository contains the official implementation of the paper: "SRVP: Strong Recollection Video Prediction Model Using Attention-Based Spatiotemporal Correlation Fusion" (accepted at CVPR 2025 Precognition Workshop)