Skip to content

Commit

Permalink
tidy formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
PatBall1 committed Oct 1, 2023
1 parent a74b1ad commit f5bb1e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions detectree2/models/outputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -344,9 +344,9 @@ def calc_iou(shape1, shape2):


def clean_crowns(crowns: gpd.GeoDataFrame,
iou_threshold: Optional[float] = 0.7,
confidence: Optional[float] = 0.2,
area_threshold: Optional[float] = 2,
iou_threshold: float = 0.7,
confidence: float = 0.2,
area_threshold: float = 2,
field: str = "Confidence_score") -> gpd.GeoDataFrame:
"""Clean overlapping crowns.
Expand Down

0 comments on commit f5bb1e0

Please sign in to comment.