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 Deformable Conv2d TensorRT Plugin #858

Merged
merged 5 commits into from
Mar 11, 2021

Conversation

grimoire
Copy link
Member

This PR add deformable conv2d support. Note that mDCN and deformable pooling is not include.

@codecov
Copy link

codecov bot commented Feb 28, 2021

Codecov Report

Merging #858 (122854e) into master (34b552b) will increase coverage by 0.07%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #858      +/-   ##
==========================================
+ Coverage   66.41%   66.49%   +0.07%     
==========================================
  Files         145      145              
  Lines        8770     8790      +20     
  Branches     1599     1600       +1     
==========================================
+ Hits         5825     5845      +20     
  Misses       2629     2629              
  Partials      316      316              
Flag Coverage Δ
unittests 66.49% <100.00%> (+0.07%) ⬆️

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

Impacted Files Coverage Δ
mmcv/cnn/utils/weight_init.py 98.80% <ø> (ø)
mmcv/image/__init__.py 100.00% <ø> (ø)
mmcv/ops/deform_conv.py 66.11% <ø> (ø)
mmcv/fileio/file_client.py 90.07% <100.00%> (+0.64%) ⬆️
mmcv/image/photometric.py 100.00% <100.00%> (ø)
mmcv/runner/base_runner.py 67.82% <100.00%> (ø)
mmcv/runner/checkpoint.py 68.15% <100.00%> (+0.10%) ⬆️

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 34b552b...4548979. Read the comment docs.

Copy link
Collaborator

@RunningLeon RunningLeon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested and LGTM

@ZwwWayne ZwwWayne merged commit 9ba1f76 into open-mmlab:master Mar 11, 2021
@grimoire grimoire deleted the trt-dcn branch September 15, 2021 03:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants