alexlee-gk / video_prediction

Stochastic Adversarial Video Prediction
https://alexlee-gk.github.io/video_prediction/
MIT License
303 stars 65 forks source link

Questions about evaluation with the deterministic model #39

Open xue2015210194 opened 4 years ago

xue2015210194 commented 4 years ago

Thanks for your wonderful work! I want to evaluate the deterministic model on kth dataset, so I download the dataset (then preprocessed the dataset) and the prer-trained model "ours_determonistic". When I run "generate.py", there is something wrong. I notice that the model in the file "options.json" is savp. Additionally, there is not a deterministic model in the model class as shown in the /video_prediction/models/init.py. What else I should do if I want to evaluate the deterministic model on kth dataset.