Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Save target map for ImagesDetectionPrediction
  • Loading branch information
fitagdinov committed Sep 15, 2024
1 parent 4797c97 commit 947fc84
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -554,6 +554,9 @@ def save(
box_thickness=box_thickness,
show_confidence=show_confidence,
color_mapping=color_mapping,
target_bboxes=target_bbox,
target_bboxes_format=target_bboxes_format,
target_class_ids=target_class_id,
class_names=class_names,
)

Expand Down

0 comments on commit 947fc84

Please sign in to comment.