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

Fix TensorRT Windows Python interface compatibility #396

Merged
merged 2 commits into from
Apr 29, 2022

Conversation

IamNaQi
Copy link
Contributor

@IamNaQi IamNaQi commented Apr 29, 2022

This is an update about to tensorrt python inference on windows:

import tensorrt before pytorch, this resolve issue in python inference on windows.

Close #390

This is an update about to tensorrt python inference on windows: import yolort before pytorch, this resolve issue in python inference on windows.
@CLAassistant
Copy link

CLAassistant commented Apr 29, 2022

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.

✅ IamNaQi
❌ 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 Apr 29, 2022

Codecov Report

Merging #396 (39e1d30) into main (0c88e4f) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #396   +/-   ##
=======================================
  Coverage   98.58%   98.58%           
=======================================
  Files          11       11           
  Lines         778      778           
=======================================
  Hits          767      767           
  Misses         11       11           
Flag Coverage Δ
unittests 98.58% <ø> (ø)

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 0c88e4f...39e1d30. Read the comment docs.

@zhiqwang zhiqwang added the bug / fix Something isn't working label Apr 29, 2022
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.

Looks GOOD to me, thanks @IamNaQi , and welcome to yolort community!

@zhiqwang zhiqwang changed the title Update y_tensorrt.py for windows inference Fix TensorRT Windows Python interface compatibility Apr 29, 2022
@zhiqwang zhiqwang merged commit 63ad69a into zhiqwang:main Apr 29, 2022
@zhiqwang zhiqwang added the enhancement New feature or request label Apr 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug / fix Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Windows TensorRT Python interface compatibility
3 participants