CombinedNonMaxSuppression.Options
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
상속된 메서드
java.lang.Object 클래스에서 부울 | 같음 (개체 arg0) |
마지막 수업<?> | getClass () |
정수 | 해시 코드 () |
최종 무효 | 알림 () |
최종 무효 | 통지모두 () |
끈 | toString () |
최종 무효 | 대기 (long arg0, int arg1) |
최종 무효 | 기다리세요 (긴 arg0) |
최종 무효 | 기다리다 () |
공개 방법
매개변수
클립박스 | true인 경우 상자 좌표가 [0, 1] 사이에 있다고 가정하고 출력 상자가 [0, 1]을 벗어나면 출력 상자를 자릅니다. false인 경우 클리핑을 하지 않고 상자 좌표를 그대로 출력합니다. |
---|
매개변수
padPerClass | false인 경우 출력 nmsed 상자, 점수 및 클래스가 'max_total_size'에 맞게 채워지거나 잘립니다. true인 경우 출력 nmsed 상자, 점수 및 클래스는 길이가 `max_size_per_class`*`num_classes`가 되도록 채워집니다. 단, `max_total_size`를 초과하지 않는 한 `max_total_size`로 잘립니다. 기본값은 거짓입니다. |
---|
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-28(UTC)
[null,null,["최종 업데이트: 2025-07-28(UTC)"],[],[],null,["# CombinedNonMaxSuppression.Options\n\npublic static class **CombinedNonMaxSuppression.Options** \nOptional attributes for [CombinedNonMaxSuppression](/jvm/api_docs/java/org/tensorflow/op/image/CombinedNonMaxSuppression) \n\n### Public Methods\n\n|-------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------|\n| [CombinedNonMaxSuppression.Options](/jvm/api_docs/java/org/tensorflow/op/image/CombinedNonMaxSuppression.Options) | [clipBoxes](/jvm/api_docs/java/org/tensorflow/op/image/CombinedNonMaxSuppression.Options#clipBoxes(java.lang.Boolean))(Boolean clipBoxes) |\n| [CombinedNonMaxSuppression.Options](/jvm/api_docs/java/org/tensorflow/op/image/CombinedNonMaxSuppression.Options) | [padPerClass](/jvm/api_docs/java/org/tensorflow/op/image/CombinedNonMaxSuppression.Options#padPerClass(java.lang.Boolean))(Boolean padPerClass) |\n\n### Inherited Methods\n\nFrom class java.lang.Object \n\n|------------------|---------------------------|\n| boolean | equals(Object arg0) |\n| final Class\\\u003c?\\\u003e | getClass() |\n| int | hashCode() |\n| final void | notify() |\n| final void | notifyAll() |\n| String | toString() |\n| final void | wait(long arg0, int arg1) |\n| final void | wait(long arg0) |\n| final void | wait() |\n\nPublic Methods\n--------------\n\n#### public [CombinedNonMaxSuppression.Options](/jvm/api_docs/java/org/tensorflow/op/image/CombinedNonMaxSuppression.Options)\n**clipBoxes**\n(Boolean clipBoxes)\n\n\u003cbr /\u003e\n\n##### Parameters\n\n| clipBoxes | If true, assume the box coordinates are between \\[0, 1\\] and clip the output boxes if they fall beyond \\[0, 1\\]. If false, do not do clipping and output the box coordinates as it is. |\n|-----------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n\n#### public [CombinedNonMaxSuppression.Options](/jvm/api_docs/java/org/tensorflow/op/image/CombinedNonMaxSuppression.Options)\n**padPerClass**\n(Boolean padPerClass)\n\n\u003cbr /\u003e\n\n##### Parameters\n\n| padPerClass | If false, the output nmsed boxes, scores and classes are padded/clipped to \\`max_total_size\\`. If true, the output nmsed boxes, scores and classes are padded to be of length \\`max_size_per_class\\`\\*\\`num_classes\\`, unless it exceeds \\`max_total_size\\` in which case it is clipped to \\`max_total_size\\`. Defaults to false. |\n|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|"]]