facebookarchive / C3D

C3D is a modified version of BVLC caffe to support 3D ConvNets.
Other
1.16k stars 506 forks source link

how to use the caffemodel on Windows? #418

Closed mmchen88 closed 5 years ago

mmchen88 commented 5 years ago

After training the ucf101 model on linux, I tried to use "caffe::Net::CopyTrainedLayersFrom" to parse the caffemodel file on windows. it turns out that there are only two layers:"data" and "conv1a". Then I use "caffe::ReadProtoFromBinaryFile" to parse the caffemodel file. "DingDong!", it turns out the same result. So, Could you please tell me how to use the caffemodel on Windows?