Skip to content

Commit 3c9f5ac

Browse files
Pass kwargs down the call chain in ClassificationBaseOnnxRoboflowInferenceModel.infer
1 parent 25aa233 commit 3c9f5ac

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)