Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 573920646
  • Loading branch information
tensorflower-gardener authored and laxmareddyp committed Oct 16, 2023
1 parent 36a57d2 commit 504fc3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion official/vision/modeling/layers/detection_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -1128,7 +1128,7 @@ def __init__(
nms_v3_refinements: Optional[int] = None,
return_decoded: Optional[bool] = None,
use_class_agnostic_nms: Optional[bool] = None,
box_coder_weights: list[float] | None = None,
box_coder_weights: Optional[list[float]] = None,
**kwargs,
):
"""Initializes a multi-level detection generator.
Expand Down

0 comments on commit 504fc3d

Please sign in to comment.