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

Add tensorrt export tools #243

Merged
merged 12 commits into from
Dec 9, 2021
Merged

Add tensorrt export tools #243

merged 12 commits into from
Dec 9, 2021

Conversation

zhiqwang
Copy link
Owner

@zhiqwang zhiqwang commented Dec 6, 2021

Add tools for exporting the TensorRT model from ONNX.

@zhiqwang zhiqwang added deployment Inference acceleration for production enhancement New feature or request labels Dec 6, 2021
@CLAassistant
Copy link

CLAassistant commented Dec 6, 2021

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 2 committers have signed the CLA.

✅ zhiqwang
❌ pre-commit-ci[bot]
You have signed the CLA already but the status is still pending? Let us recheck it.

@codecov
Copy link

codecov bot commented Dec 6, 2021

Codecov Report

Merging #243 (e382738) into main (92dd18e) will decrease coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #243      +/-   ##
==========================================
- Coverage   93.62%   93.61%   -0.01%     
==========================================
  Files          11       11              
  Lines         674      673       -1     
==========================================
- Hits          631      630       -1     
  Misses         43       43              
Flag Coverage Δ
unittests 93.61% <100.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
test/test_runtime.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 92dd18e...e382738. Read the comment docs.

@zhiqwang zhiqwang changed the title Add TensorRT python interface for yolort Add tensorrt export tools Dec 9, 2021
Copy link
Owner Author

@zhiqwang zhiqwang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have some issues on exporting the tensorrt models now, let's fix them in a follow-up PR.

@zhiqwang zhiqwang merged commit db92e82 into main Dec 9, 2021
@zhiqwang zhiqwang deleted the py-trt branch December 9, 2021 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deployment Inference acceleration for production enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants