Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

runtime error under Linux. #22

Open
charlestamz opened this issue May 29, 2019 · 3 comments
Open

runtime error under Linux. #22

charlestamz opened this issue May 29, 2019 · 3 comments

Comments

@charlestamz
Copy link

PNet_.reset(new Net((proto_model_dir+"/det1.cfg"), TEST));
PNet_->CopyTrainedLayersFrom(proto_model_dir+"/det1.weights");
on the branch linux-cmake, it compiles smoothly.
However when I try to run it. I met an error of not finding det1.cfg and det1.weights?
det1.cfg和det1.weights不找到。
Please upload the files or tell me how to solve it.
thank you.

@dreambander
Copy link

您好 请问你运行成功了吗 希望交流一下qq 1171462284 谢谢

@zhubenfu
Copy link
Owner

plr_ocr_test_2.zip
CPU版本 用这个

@renchenliang
Copy link

PNet_.reset(new Net((proto_model_dir+"/det1.cfg"), TEST));
PNet_->CopyTrainedLayersFrom(proto_model_dir+"/det1.weights");
on the branch linux-cmake, it compiles smoothly.
However when I try to run it. I met an error of not finding det1.cfg and det1.weights?
det1.cfg和det1.weights不找到。
Please upload the files or tell me how to solve it.
thank you.
把原来的权重的名字换成代码中的就可以了。不过我想问,你这个跑通了么?我在加载识别网络时出现问题了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants