Skip to content

Commit

Permalink
fix naming error
Browse files Browse the repository at this point in the history
  • Loading branch information
rwood-97 committed Nov 29, 2024
1 parent db3c5c5 commit 3af480b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mapreader/spot_text/dptext_detr_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,5 +124,5 @@ def _post_process(self, image_id, scores, pred_classes, bd_pnts):
score = f"{score:.2f}"

self.patch_predictions[image_id].append(
PatchPrediction(geometry=polygon, score=score)
PatchPrediction(pixel_geometry=polygon, score=score)
)

0 comments on commit 3af480b

Please sign in to comment.