コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
テンソルフロー::作戦::非最大抑制::属性
#include <image_ops.h>
NonMaxSuppressionのオプションの属性セッター。
まとめ
公共機能 |
---|
IouThreshold (float x) | ボックスが IOU に関して過度に重複しているかどうかを判断するためのしきい値を表す浮動小数点数。 |
パブリック属性
iou_threshold_
float tensorflow::ops::NonMaxSuppression::Attrs::iou_threshold_ = 0.5f
公共機能
硫黄閾値
TF_MUST_USE_RESULT Attrs tensorflow::ops::NonMaxSuppression::Attrs::IouThreshold(
float x
)
ボックスが IOU に関して過度に重複しているかどうかを判断するためのしきい値を表す浮動小数点数。
デフォルトは 0.5
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-25 UTC。
[null,null,["最終更新日 2025-07-25 UTC。"],[],[],null,["# tensorflow::ops::NonMaxSuppression::Attrs Struct Reference\n\ntensorflow::ops::NonMaxSuppression::Attrs\n=========================================\n\n`#include \u003cimage_ops.h\u003e`\n\nOptional attribute setters for [NonMaxSuppression](/versions/r1.15/api_docs/cc/class/tensorflow/ops/non-max-suppression#classtensorflow_1_1ops_1_1_non_max_suppression).\n\nSummary\n-------\n\n| ### Public attributes ||\n|--------------------------------------------------------------------------------------------------------------------------|---------|\n| [iou_threshold_](#structtensorflow_1_1ops_1_1_non_max_suppression_1_1_attrs_1a6ef5d26f3aa092b550acca50049c219c)` = 0.5f` | `float` |\n\n| ### Public functions ||\n|--------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [IouThreshold](#structtensorflow_1_1ops_1_1_non_max_suppression_1_1_attrs_1aa929f93b47203077cd52f7f3af3d3a58)`(float x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r1.15/api_docs/cc/struct/tensorflow/ops/non-max-suppression/attrs#structtensorflow_1_1ops_1_1_non_max_suppression_1_1_attrs) A float representing the threshold for deciding whether boxes overlap too much with respect to IOU. |\n\nPublic attributes\n-----------------\n\n### iou_threshold_\n\n```scdoc\nfloat tensorflow::ops::NonMaxSuppression::Attrs::iou_threshold_ = 0.5f\n``` \n\nPublic functions\n----------------\n\n### IouThreshold\n\n```scdoc\nTF_MUST_USE_RESULT Attrs tensorflow::ops::NonMaxSuppression::Attrs::IouThreshold(\n float x\n)\n``` \nA float representing the threshold for deciding whether boxes overlap too much with respect to IOU.\n\nDefaults to 0.5"]]