Merge pull request #19061 from alalek:dnn_load_face_detector_with_external_protobuf
This commit is contained in:
commit
8286d84fb1
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user