bryanyzhu / Hidden-Two-Stream

Caffe implementation for "Hidden Two-Stream Convolutional Networks for Action Recognition"
Other
196 stars 68 forks source link

rng.hpp:22:79: error: 'RandomGeneratorparameter' does not name a type #3

Closed zj10102 closed 6 years ago

zj10102 commented 6 years ago
 Hi, when I downloaded the project and built it,“error: 'RandomGeneratorparameter' does not name a type" was found.   How do I solve it?
bryanyzhu commented 6 years ago

Actually I didn't have such problem.

You can refer to this issue here. I think it is similar because my code is also kind of built upon initial flownet release.

Try to add #include "caffe/proto/caffe.pb.h" in file /include/caffe/util/rng.hpp.