ZhengChang467 / STRPM

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

Training details for UCF sports dataset #1

Closed Kay1794 closed 1 year ago

Kay1794 commented 2 years ago

Dear authors of STRPM,

Thank you so much for sharing this fantastic work with the community! I know you are going to release the training code soon, but I am wondering if it is possible to get some details in advance about how to train STRPM on UCF sports and match the performances in the paper. Especially,

Any information would be highly appreciated. Thank you so much!

ZhengChang467 commented 2 years ago

Try the splits in datasets/ucfsport/ and follow the dataloader file in data_provider, the parameter is as the default. bz=8, max_iteration=30000 Besides, I highly recommend you to retrain the model in your own splits and compare the performance in the same experimental settings.

Kay1794 commented 2 years ago

Try the splits in datasets/ucfsport/ and follow the dataloader file in data_provider, the parameter is as the default. bz=8, max_iteration=30000 Besides, I highly recommend you to retrain the model in your own splits and compare the performance in the same experimental settings.

Thank you very much for your prompt response :)