提交 d7e936de 编写于 作者: A Alexander Alekhin

dnn(caffe): add DetectionOutputParameter.clip to .proto file

- allow to load opencv_face_detector with external unpatched protobuf
上级 2c634eee
......@@ -181,6 +181,8 @@ message DetectionOutputParameter {
optional float confidence_threshold = 9;
// If prior boxes are normalized to [0, 1] or not.
optional bool normalized_bbox = 10 [default = true];
// OpenCV custom parameter
optional bool clip = 1000 [default = false];
}
message Datum {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册