-
Notifications
You must be signed in to change notification settings - Fork 152
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
Remove low scoring filter from LogitsDecoder #242
Conversation
Codecov Report
@@ Coverage Diff @@
## main #242 +/- ##
==========================================
+ Coverage 93.49% 93.62% +0.12%
==========================================
Files 10 11 +1
Lines 661 674 +13
==========================================
+ Hits 618 631 +13
Misses 43 43
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
|
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
* Remove low scoring filter from LogitsDecoder * Fixing test_yolo_inference * Move yolo_inference.py to runtime/yolo_tensorrt_model.py * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Add to_onnx method in YOLOTRTModule * [pre-commit.ci] auto fixes from pre-commit.com hooks * Fix input device inconsistency * Add test_trt_model_onnx_saves * [pre-commit.ci] auto fixes from pre-commit.com hooks * Add file not exists test Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This is a follow-up PR of #238 to make the exported ONNX model can be worked on TensorRT.