Skip to content

Commit

Permalink
Update dataquality/utils/semantic_segmentation/errors.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Elliott authored May 22, 2023
1 parent b0be115 commit a76220a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dataquality/utils/semantic_segmentation/errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def calculate_dep_polygons_batch(
dep score to the mean dep score
Args:
polygons_batch (List[List[[Polygon]]): list of the gold polygons
polygons_batch (List[List[[Polygon]]): list of the polygons (gold or pred)
for an image
dep_heatmaps (np.ndarray): heatmaps of DEP scores for an image
height (int): height of original image to resize the dep map to the correct
Expand Down

0 comments on commit a76220a

Please sign in to comment.