-
Notifications
You must be signed in to change notification settings - Fork 17
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
TRT wrappers for Vista3D #28
base: vista3d
Are you sure you want to change the base?
Conversation
Signed-off-by: Boris Fomitchev <[email protected]>
Signed-off-by: Boris Fomitchev <[email protected]>
Signed-off-by: Boris Fomitchev <[email protected]>
Signed-off-by: Boris Fomitchev <[email protected]>
Signed-off-by: Boris Fomitchev <[email protected]>
@heyufan1995 @Nic-Ma |
@yiheng-wang-nv please also help review it. Thanks. |
Signed-off-by: Boris Fomitchev <[email protected]>
Signed-off-by: Boris Fomitchev <[email protected]>
for more information, see https://pre-commit.ci
Signed-off-by: Boris Fomitchev <[email protected]>
for more information, see https://pre-commit.ci
The perf gain from TRT end-to-end is about 20% on infer_everything sample I ran (18s vs 22s): |
Hi @heyufan1995 , Could you please help review this PR? Thanks in advance. |
Hi, @bfomitchev, I notice that you have added TRT wrapper in latest version. |
@mingxueg-nv : I have removed export.py in the latest version to avoid duplication. TRT use is being controlled by "trt" config flag in infer.yaml. I will add graceful fallback for the case when TRT is not installed. |
Signed-off-by: Boris Fomitchev <[email protected]>
for more information, see https://pre-commit.ci
Thanks. I will measure accuracy today to supplement more benchmark details. |
…to vista3d-export
for more information, see https://pre-commit.ci
we can enable trt version in model zoo after this PR merge cc @heyufan1995 |
Signed-off-by: Boris Fomitchev <[email protected]>
…3d-export Signed-off-by: Boris Fomitchev <[email protected]>
for more information, see https://pre-commit.ci
Now depends on Project-MONAI/MONAI#7990 |
Signed-off-by: Boris Fomitchev <[email protected]>
…3d-export Signed-off-by: Boris Fomitchev <[email protected]>
for more information, see https://pre-commit.ci
Signed-off-by: Boris Fomitchev <[email protected]>
for more information, see https://pre-commit.ci
Signed-off-by: Boris Fomitchev <[email protected]>
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
Signed-off-by: Boris Fomitchev <[email protected]>
for more information, see https://pre-commit.ci
Signed-off-by: Boris Fomitchev <[email protected]>
for more information, see https://pre-commit.ci
Signed-off-by: Boris Fomitchev <[email protected]>
for more information, see https://pre-commit.ci
Signed-off-by: Boris Fomitchev <[email protected]>
Signed-off-by: Boris Fomitchev <[email protected]>
for more information, see https://pre-commit.ci
Description
Adds TRT acceleration.
Depends on Project-MONAI/MONAI#7990
Types of changes