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

[WIP] Add TensorRT C++ interface for yolort #245

Merged
merged 4 commits into from
Dec 9, 2021

Conversation

ShiquanYu
Copy link
Contributor

@ShiquanYu ShiquanYu commented Dec 8, 2021

Add TRT C++ backend for yolort !

@CLAassistant
Copy link

CLAassistant commented Dec 8, 2021

CLA assistant check
All committers have signed the CLA.

@codecov
Copy link

codecov bot commented Dec 8, 2021

Codecov Report

Merging #245 (e364064) into main (23d0432) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #245   +/-   ##
=======================================
  Coverage   93.62%   93.62%           
=======================================
  Files          11       11           
  Lines         674      674           
=======================================
  Hits          631      631           
  Misses         43       43           
Flag Coverage Δ
unittests 93.62% <ø> (ø)

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


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 23d0432...e364064. Read the comment docs.

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

@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.

Thanks @ShiquanYu , The overall looks great to me, since we have some issues on exporting the ONNX models to TensorRT engine, let's merge this firstly and fix the model exporting soon in #243 .

@zhiqwang zhiqwang changed the title [WIP] YoloRT with TensorRT backend [WIP] Add TensorRT C++ interface for yolort Dec 9, 2021
@zhiqwang zhiqwang merged commit 92dd18e into zhiqwang:main Dec 9, 2021
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.

None yet

3 participants