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

[Feature] add onnx to tensorrt conversion tools. #542

Merged
merged 1 commit into from
May 12, 2021

Conversation

grimoire
Copy link
Member

Hi
This PR adds tools to convert the ONNX model to TensorRT.
FCN, PSPNet, Deeplabv3, and Deeplabv3+ have been tested.
Note that all models are tested under whole mode. slide mode might not support for now.

@codecov
Copy link

codecov bot commented May 10, 2021

Codecov Report

Merging #542 (6d87a84) into master (db44d16) will decrease coverage by 0.03%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #542      +/-   ##
==========================================
- Coverage   86.79%   86.76%   -0.04%     
==========================================
  Files         101      101              
  Lines        5249     5250       +1     
  Branches      848      849       +1     
==========================================
- Hits         4556     4555       -1     
- Misses        533      535       +2     
  Partials      160      160              
Flag Coverage Δ
unittests 86.76% <ø> (-0.04%) ⬇️

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

Impacted Files Coverage Δ
mmseg/models/backbones/vit.py 87.04% <0.00%> (-0.92%) ⬇️
mmseg/models/necks/multilevel_neck.py 100.00% <0.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 db44d16...6d87a84. Read the comment docs.

@xvjiarui xvjiarui merged commit 805eda8 into open-mmlab:master May 12, 2021
bowenroom pushed a commit to bowenroom/mmsegmentation that referenced this pull request Feb 25, 2022
wjkim81 pushed a commit to wjkim81/mmsegmentation that referenced this pull request Dec 3, 2023
* move functions get_warp_matrix and warp_affine_joints into core
sibozhang pushed a commit to sibozhang/mmsegmentation that referenced this pull request Mar 22, 2024
Signed-off-by: lizz <lizz@sensetime.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants