Skip to content

Instantly share code, notes, and snippets.

@lysukhin
Created January 15, 2018 17:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lysukhin/bc94511dc50d994ac905a4149e56934f to your computer and use it in GitHub Desktop.
Save lysukhin/bc94511dc50d994ac905a4149e56934f to your computer and use it in GitHub Desktop.
post_processing {
batch_non_max_suppression {
score_threshold: 1e-8
iou_threshold: 0.6
max_detections_per_class: 100
max_total_detections: 100
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment