chengtan9907 / OpenSTL

OpenSTL: A Comprehensive Benchmark of Spatio-Temporal Predictive Learning
https://openstl.readthedocs.io/en/latest/
Apache License 2.0
730 stars 113 forks source link

Mismatch Between Model Weights and Model Structure in Human 3.6M Benchmarks #150

Open Fngg opened 1 month ago

Fngg commented 1 month ago

I encountered an issue while working with the model weights downloaded from docs/en/model_zoos/video_benchmarks.md under the Human 3.6M Benchmarks section. Specifically, when loading the weights, such as human_simvp_incepu_cos_ep50.pth, human_simvp_vit_cos_ep50.pth, and human_phydnet_cos_ep50.pth, into the corresponding models, there appears to be a mismatch between the model weights and the model structure. Could you please assist me in resolving this issue?