Can I add data preprocessing to a rtmdet model when i convert it to onnx #2804
Unanswered
foshyjoshy
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am converting my trained model using tools/deploy.py to onnx so im able to run it using onnxruntime. Can i include the pipeline pre processing to my model. Im looking to resize and pad my input image as part of the network to match the models fixed input.
Beta Was this translation helpful? Give feedback.
All reactions