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] Fix bg point filter #609

Merged
merged 5 commits into from
Jun 6, 2021
Merged

Conversation

xiliu8006
Copy link
Contributor

fix the issue(#347)

@xiliu8006 xiliu8006 changed the title Fix bg point filter (#347) Fix bg point filter Jun 1, 2021
@xiliu8006 xiliu8006 linked an issue Jun 1, 2021 that may be closed by this pull request
Copy link
Contributor

@Wuziyi616 Wuziyi616 left a comment

Choose a reason for hiding this comment

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

The issue said this line is also strange. Is it also caused by this bug?

@@ -87,8 +87,8 @@
]

data = dict(
samples_per_gpu=4,
workers_per_gpu=4,
samples_per_gpu=2,
Copy link
Contributor

Choose a reason for hiding this comment

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

This config file seems strange to me. It doesn't have batch_size x num_GPUs in its name (such as 2x8)?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I forget to modify it, sorry

Copy link
Contributor

Choose a reason for hiding this comment

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

What about the filename? Should we change it to something like 3dssd_**4x8**_kitti-3d-car.py?

@codecov
Copy link

codecov bot commented Jun 1, 2021

Codecov Report

Merging #609 (771d9e8) into master (fe570be) will increase coverage by 0.04%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #609      +/-   ##
==========================================
+ Coverage   50.92%   50.97%   +0.04%     
==========================================
  Files         197      197              
  Lines       15056    15057       +1     
  Branches     2444     2445       +1     
==========================================
+ Hits         7668     7675       +7     
+ Misses       6884     6878       -6     
  Partials      504      504              
Flag Coverage Δ
unittests 50.97% <100.00%> (+0.04%) ⬆️

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

Impacted Files Coverage Δ
mmdet3d/models/dense_heads/ssd_3d_head.py 14.28% <ø> (ø)
mmdet3d/datasets/pipelines/transforms_3d.py 91.24% <100.00%> (+1.13%) ⬆️
mmdet3d/__init__.py 81.48% <0.00%> (ø)
mmdet3d/datasets/pipelines/__init__.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 fe570be...771d9e8. Read the comment docs.

@xiliu8006 xiliu8006 changed the title Fix bg point filter [Fix] Fix bg point filter Jun 6, 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.

Bugs of BackgroundPointsFilter
3 participants