You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
把原来的权重的名字换成代码中的就可以了。不过我想问,你这个跑通了么?我在加载识别网络时出现问题了
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.
The text was updated successfully, but these errors were encountered: