Replies: 2 comments
-
@AllentDan could you help answer this question? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, @BooHwang . What did you mean by wrong result? I tested the script, the results made sense to me. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, guys, I use mmclassification tools train a classification model, and use mmdeploy tools trans pt model to onnx and trt engine, but then, when I use below code to inference, it get right result, because it use right preprocess in model cfg:
However, the inference_model api just adapt to one image inference, I want to inference batch images, so, I use below code:
But the result get wrong, I'm doubt it wrong in preprocess, anyone can help?
Beta Was this translation helpful? Give feedback.
All reactions