Add clip to deploy.prototxt

pull/14938/head
LaurentBerger 6 years ago
parent 3e4a195b61
commit 97681d0607
  1. 3
      samples/dnn/face_detector/deploy.prototxt

@ -1784,6 +1784,7 @@ layer {
} }
code_type: CENTER_SIZE code_type: CENTER_SIZE
keep_top_k: 200 keep_top_k: 200
confidence_threshold: 0.01 confidence_threshold: 0.2
clip: 1
} }
} }

Loading…
Cancel
Save