-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to use C++ to call resnet50_trt generated "model. dali "to preprocess data? #127
Comments
Hi @wangshaobobetter. The DALI preprocessing model is setup using the following config file:
The
To connect the this model together with the network you should add the ensemble model. It's configured like this:
|
Thank you for answering my question. As you said, I am using Triton to perform inference. I have learned the example of resnet50 setup in your repository, and I have followed the tutorial of README to build model.dali successfully. The directory structure is the same as you showed. |
Okay, so, if I understand correctly, you have some custom piece of C++ code and you want to use it instead of DALI for preprocessing? |
Hi!
I have build TensorRT via ONNX, and can you tell me how to use C++ to call resnet50_trt generated "model. dali "to preprocess data?
The text was updated successfully, but these errors were encountered: