Skip to content
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

inswapper tensorrt model #2670

Open
ManishAwale opened this issue Oct 21, 2024 · 0 comments
Open

inswapper tensorrt model #2670

ManishAwale opened this issue Oct 21, 2024 · 0 comments

Comments

@ManishAwale
Copy link

I've been using the insightface inswapper onnx model for face swapping and it works great. I am trying to run the model in Jetson device with tensorrt v8.5. For this, CUDAExecutionProvider is used with onnx model but the inference time is too low with around 5 FPS.
I tried to convert the onnx model to tensorrt model using different approaches like trtexec, polygraphy but during conversion it shows following error.
ONNX model generated with INT64 while TensorRT does not support INT64 Attempting to cast to INT32. Segmentation fault

Is there any tensorrt model already available that is compatible with tensorrt v8.5? Or is there any approach to convert it?
Any help would be appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant