VisionLearningGroup / R-C3D

code for R-C3D
MIT License
254 stars 94 forks source link

Could you provide the pretrained sports_1m model? #26

Open cicelyli opened 6 years ago

cicelyli commented 6 years ago

Hi,

Your code is very helpful. However, i have a question about the pre-trained sports_1m model. When I try to train R-C3D on the pre-trained sports_1m model, it prints out the following error:

F0420 12:21:31.234062   550 blob.cpp:479] Check failed: count_ == proto.data_size() (1728 vs. 0) 
*** Check failure stack trace: ***

real    0m26.785s
user    0m3.368s
sys 0m23.920s

I've tried the models for both C3D-v1.0 and C3D-v1.1. I was wondering which pre-trained model you used and if you would be able to provide that? Thanks!