ZhengChang467 / STRPM

STRPM: A Spatiotemporal Residual Predictive Model for High-Resolution Video Prediction, CVPR2022
MIT License
17 stars 3 forks source link

Test input data #4

Closed StockDrivenAI closed 2 years ago

StockDrivenAI commented 2 years ago

First, thank you for your code. Could you share the whole processed(decoded) test set or how to pre-process the videos and train-test split file ? Especially for the SJTU4K and UCF

ZhengChang467 commented 2 years ago

Thanks for your attention to our work. The processing code has been provided in core/data_provider/ucfsport.py, and the train-test split file has been provided in datasets/ucfsports. We plan to share the train-test split file of other datasets soon.

StockDrivenAI commented 2 years ago

Thanks !