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 interpolate ops from mmdet3d #1355

Merged
merged 9 commits into from
Oct 14, 2021

Conversation

DCNSW
Copy link
Contributor

@DCNSW DCNSW commented Sep 22, 2021

Motivation

Add interpolate cuda operation from mmdet3d (branch: v1.0.0.dev0).

Modification

Several files in mmcv/ops folder.

BC-breaking (Optional)

No.

Use cases (Optional)

from mmcv.ops import three_nn, three_interpolate

@zhouzaida zhouzaida added the CUDA label Sep 22, 2021
@zhouzaida zhouzaida mentioned this pull request Sep 24, 2021
29 tasks
@codecov
Copy link

codecov bot commented Sep 26, 2021

Codecov Report

Merging #1355 (ca72490) into master (8cac7c2) will decrease coverage by 0.10%.
The diff coverage is 48.97%.

❗ Current head ca72490 differs from pull request most recent head 728cb7d. Consider uploading reports for the commit 728cb7d to get more accurate results
Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1355      +/-   ##
==========================================
- Coverage   68.59%   68.49%   -0.11%     
==========================================
  Files         164      166       +2     
  Lines       10891    10946      +55     
  Branches     1991     1993       +2     
==========================================
+ Hits         7471     7497      +26     
- Misses       3030     3057      +27     
- Partials      390      392       +2     
Flag Coverage Δ
unittests 68.49% <48.97%> (-0.11%) ⬇️

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

Impacted Files Coverage Δ
mmcv/ops/three_interpolate.py 42.30% <42.30%> (ø)
mmcv/ops/three_nn.py 52.38% <52.38%> (ø)
mmcv/ops/__init__.py 100.00% <100.00%> (ø)
mmcv/runner/dist_utils.py 50.00% <0.00%> (-1.07%) ⬇️

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 1cd01db...728cb7d. Read the comment docs.

mmcv/ops/three_nn.py Outdated Show resolved Hide resolved
Copy link
Member

@grimoire grimoire left a comment

Choose a reason for hiding this comment

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

LGTM

mmcv/ops/three_nn.py Outdated Show resolved Hide resolved
@ZwwWayne ZwwWayne merged commit be5841e into open-mmlab:master Oct 14, 2021
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.

4 participants