Skip to content

Commit

Permalink
Pass kwargs down the call chain in ClassificationBaseOnnxRoboflowInfe…
Browse files Browse the repository at this point in the history
…renceModel.infer
  • Loading branch information
grzegorz-roboflow committed Dec 12, 2024
1 parent 25aa233 commit 3c9f5ac
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 3c9f5ac

Please sign in to comment.