-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
[Feature] Update deploy test tools #553
Conversation
Codecov Report
@@ Coverage Diff @@
## master #553 +/- ##
==========================================
- Coverage 86.76% 86.41% -0.35%
==========================================
Files 101 101
Lines 5250 5279 +29
Branches 849 851 +2
==========================================
+ Hits 4555 4562 +7
- Misses 535 557 +22
Partials 160 160
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
I suggest open a new documentation page for deployment, so users could easily find the exporting guide. |
* add trt test tool * create deploy_test, update document * fix with isort * move import inside __init__ * remove comment, fix doc * update document
* add baseline * modify mmdet import * add lfb_infer_bank * finish lfb draft * add comments for mmaction/models/common/lfb.py * update lfb infer head * update comment * support lmdb to load lfb * add config of lmdb * add lfb_avg lfb_max config * add README * add unittest * remove auto_fp16 in fbononlocal * add url * update README and changelog * fix typo
Hi
This PR adds TensorRT deploy test tools and rename
ort_test.py
todeploy_test.py
Result below: