yjxiong / anet2016-cuhk

Action Recognition Toolbox for CUHK&ETHZ&SIAT submission to ActivityNet 2016
BSD 2-Clause "Simplified" License
252 stars 92 forks source link

Message type "caffe.LayerParameter" has no field named "bn_param" #34

Closed Unispac closed 5 years ago

Unispac commented 5 years ago

When I run the code, it reports that " [libprotobuf ERROR google/protobuf/text_format.cc:274] Error parsing text-format caffe.NetParameter: 52:12: Message type "caffe.LayerParameter" has no field named "bn_param".

F0820 16:12:43.238001 8162 upgrade_proto.cpp:90] Check failed: ReadProtoFromTextFile(param_file, param) Failed to parse NetParameter file: models/resnet200_anet_2016_deploy.prototxt " It seems that there are some problems with the model file.. Hou can I deal with it...