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

FEATURE REQUEST Be compatible with UINT8 input data type #1503

Closed
dmenig opened this issue Sep 21, 2021 · 3 comments
Closed

FEATURE REQUEST Be compatible with UINT8 input data type #1503

dmenig opened this issue Sep 21, 2021 · 3 comments
Labels
enhancement New feature or request triaged Issue has been triaged by maintainers

Comments

@dmenig
Copy link

dmenig commented Sep 21, 2021

TensorRT can't take UINT8 inputs, unlike openvino or pytorch for example. This topic makes me think it's pretty important to users though onnx/onnx-tensorrt#400

This means that all conversions must be done on CPU before feeding the data to GPU.

I think it'd be useful if TensorRT could take UINT8 inputs, since it's the most common data type for image data.

@dmenig dmenig changed the title FEATURE REQUEST FEATURE REQUEST Be compatible with UINT8 input data type Sep 21, 2021
@ttyio ttyio added enhancement New feature or request triaged Issue has been triaged by maintainers labels Sep 28, 2021
@nvpohanh
Copy link
Collaborator

nvpohanh commented Jul 1, 2022

UINT8 support is on roadmap.

@justinblaber
Copy link

This is especially useful if you want to do real time processing on large images, so would be nice if it was supported directly.

@ttyio
Copy link
Collaborator

ttyio commented May 2, 2023

I will close this issue since now UINT8 input is supported start TRT8.5, thanks all!

https://docs.nvidia.com/deeplearning/tensorrt/release-notes/index.html#rel-8-5-1

@ttyio ttyio closed this as completed May 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request triaged Issue has been triaged by maintainers
Projects
None yet
Development

No branches or pull requests

4 participants