Skip to content

Commit

Permalink
Merge pull request #873 from roboflow/fix/confidence-not-applied-in-c…
Browse files Browse the repository at this point in the history
…lassification-models

Fix confidence not applied when inferring classification models
  • Loading branch information
grzegorz-roboflow authored Dec 12, 2024
2 parents 25aa233 + 3c9f5ac commit a24d655
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inference/core/models/classification_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ def infer(
disable_preproc_grayscale=disable_preproc_grayscale,
disable_preproc_static_crop=disable_preproc_static_crop,
return_image_dims=return_image_dims,
**kwargs,
)

def postprocess(
Expand Down

0 comments on commit a24d655

Please sign in to comment.