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

[Enhance]: Better support yolov3 pytorch2onnx #4083

Merged
merged 5 commits into from
Nov 14, 2020

Conversation

RunningLeon
Copy link
Collaborator

Better support yolov3 pytorch2onnx with TensorRT as backend. PR(#3956)

@codecov
Copy link

codecov bot commented Nov 10, 2020

Codecov Report

Merging #4083 (51b9cd5) into master (5d07dda) will decrease coverage by 0.21%.
The diff coverage is 42.67%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #4083      +/-   ##
==========================================
- Coverage   62.17%   61.96%   -0.22%     
==========================================
  Files         221      225       +4     
  Lines       16314    16642     +328     
  Branches     2760     2815      +55     
==========================================
+ Hits        10144    10313     +169     
- Misses       5678     5830     +152     
- Partials      492      499       +7     
Flag Coverage Δ
unittests 61.92% <42.67%> (-0.22%) ⬇️

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

Impacted Files Coverage Δ
mmdet/core/anchor/anchor_generator.py 78.98% <ø> (ø)
mmdet/core/utils/misc.py 100.00% <ø> (+33.33%) ⬆️
mmdet/models/dense_heads/atss_head.py 27.94% <0.00%> (-0.26%) ⬇️
mmdet/models/dense_heads/gfl_head.py 27.35% <ø> (-0.04%) ⬇️
mmdet/models/dense_heads/rpn_head.py 84.93% <0.00%> (ø)
mmdet/models/dense_heads/yolo_head.py 34.04% <0.00%> (-0.19%) ⬇️
mmdet/core/utils/dist_utils.py 25.64% <16.66%> (-1.64%) ⬇️
mmdet/apis/train.py 16.66% <25.00%> (-0.80%) ⬇️
mmdet/models/dense_heads/vfnet_head.py 31.48% <31.48%> (ø)
mmdet/apis/inference.py 21.51% <50.00%> (+0.78%) ⬆️
... and 22 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 5d07dda...91f4f3f. Read the comment docs.

@RunningLeon RunningLeon changed the title [Enhance]: Better support yolov3 pytorch2onnx with TensorRT as backend [Enhance]: Better support yolov3 pytorch2onnx Nov 12, 2020
@ZwwWayne ZwwWayne merged commit 048c41a into open-mmlab:master Nov 14, 2020
@RunningLeon RunningLeon deleted the yolov3-onnx branch November 30, 2020 03:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants