Skip to content

Commit a24d655

Browse files
Merge pull request #873 from roboflow/fix/confidence-not-applied-in-classification-models
Fix confidence not applied when inferring classification models
2 parents 25aa233 + 3c9f5ac commit a24d655

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

inference/core/models/classification_base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ def infer(
162162
disable_preproc_grayscale=disable_preproc_grayscale,
163163
disable_preproc_static_crop=disable_preproc_static_crop,
164164
return_image_dims=return_image_dims,
165+
**kwargs,
165166
)
166167

167168
def postprocess(

0 commit comments

Comments
 (0)