wywu / LAB

[CVPR 2018] Look at Boundary: A Boundary-Aware Face Alignment Algorithm
https://wywu.github.io/projects/LAB/LAB.html
Other
1.01k stars 273 forks source link

Check Failed, ReadProtoFromBinaryFile #33

Open richipower opened 5 years ago

richipower commented 5 years ago

Hello i was trying your work, but i get an error while loading the network.. The network initialization is done but when i try to load the weights it crashes with CopyTrainedLayersFrom("models/model.bin")

upgrade_proto.cpp:97 Check failed: ReadProtoFromBinaryFile(param_file, param) Failed to parse NetParameter file: models/model.bin

do you have any ideas why this might be happening? i compiled your caffe version..

regards!

JunGenius commented 4 years ago

@richipower Hello. I have encountered the same problem with you. How do you solve it? Thank you very much.