Skip to content

Commit 8286d84

Browse files
committed
Merge pull request opencv#19061 from alalek:dnn_load_face_detector_with_external_protobuf
2 parents c42d0c8 + d7e936d commit 8286d84

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/dnn/src/caffe/opencv-caffe.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,8 @@ message DetectionOutputParameter {
181181
optional float confidence_threshold = 9;
182182
// If prior boxes are normalized to [0, 1] or not.
183183
optional bool normalized_bbox = 10 [default = true];
184+
// OpenCV custom parameter
185+
optional bool clip = 1000 [default = false];
184186
}
185187

186188
message Datum {

0 commit comments

Comments
 (0)