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

Fix minor bugs of computing iou3d #69

Merged
merged 5 commits into from
Aug 19, 2020
Merged

Conversation

Tai-Wang
Copy link
Member

@Tai-Wang Tai-Wang commented Aug 19, 2020

Fix minor bugs encountered when computing iou3d with gpu while the specified cuda id is not default 0.
Fix #65

@codecov
Copy link

codecov bot commented Aug 19, 2020

Codecov Report

Merging #69 into master will not change coverage.
The diff coverage is 0.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #69   +/-   ##
=======================================
  Coverage   51.37%   51.37%           
=======================================
  Files         139      139           
  Lines        8453     8453           
  Branches     1308     1308           
=======================================
  Hits         4343     4343           
  Misses       3831     3831           
  Partials      279      279           
Flag Coverage Δ
#unittests 51.37% <0.00%> (ø)

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

Impacted Files Coverage Δ
mmdet3d/ops/iou3d/iou3d_utils.py 27.77% <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 27d0001...38e961c. Read the comment docs.

@ZwwWayne ZwwWayne merged commit 3ba50ca into open-mmlab:master Aug 19, 2020
@Tai-Wang Tai-Wang deleted the fix_iou3d branch October 28, 2020 08:09
tpoisonooo pushed a commit to tpoisonooo/mmdetection3d that referenced this pull request Sep 5, 2022
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.

iou3d failed when inference with gpu:1
2 participants