Skip to content

Commit 504fc3d

Browse files
tensorflower-gardenerlaxmareddyp
authored andcommitted
No public description
PiperOrigin-RevId: 573920646
1 parent 36a57d2 commit 504fc3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

official/vision/modeling/layers/detection_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1128,7 +1128,7 @@ def __init__(
11281128
nms_v3_refinements: Optional[int] = None,
11291129
return_decoded: Optional[bool] = None,
11301130
use_class_agnostic_nms: Optional[bool] = None,
1131-
box_coder_weights: list[float] | None = None,
1131+
box_coder_weights: Optional[list[float]] = None,
11321132
**kwargs,
11331133
):
11341134
"""Initializes a multi-level detection generator.

0 commit comments

Comments
 (0)