encryptio_caffemodel icon indicating copy to clipboard operation
encryptio_caffemodel copied to clipboard

模型解密问题

Open luhairong11 opened this issue 5 years ago • 4 comments

有没有出现解密出来的caffemodel 在caffe中解析不了,报错

luhairong11 avatar Apr 04 '19 14:04 luhairong11

fmodel.open(caffemodelFile); 改成fmodel.open(caffemodelFile, ios::binary);试试吧

mmx110 avatar May 06 '19 06:05 mmx110

另外crc32不确定有没有问题,不敢妄加揣测!

mmx110 avatar May 06 '19 06:05 mmx110

我也是解析不了caffemodel……

klxts avatar Aug 02 '19 15:08 klxts

@luhairong11 你的问题解决了码,我也是解密出来无法初始化caffe网络_net

Dawson-huang avatar Aug 15 '20 06:08 Dawson-huang