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

- allow to load opencv_face_detector with external unpatched protobuf
This commit is contained in:
Alexander Alekhin
2020-12-09 05:12:18 +00:00
parent 2c634eeef2
commit d7e936de5c
+2
View File
@@ -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 {