Skip to content

Commit

Permalink
Fix format.
Browse files Browse the repository at this point in the history
  • Loading branch information
digital-nomad-cheng committed Sep 18, 2024
1 parent a2baa3a commit 82f8e7f
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,9 @@ def get_anchors(
return all_anchors, all_strides


def apply_path_aggregation_fpn(features, depth=3, activation="swish", name="fpn"):
def apply_path_aggregation_fpn(
features, depth=3, activation="swish", name="fpn"
):
"""Applies the Feature Pyramid Network (FPN) to the outputs of a backbone.
Args:
Expand Down

0 comments on commit 82f8e7f

Please sign in to comment.