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 #3950, avoid zero or too small value for beta in dynamic rcnn #4303

Merged
merged 6 commits into from
Dec 15, 2020

Conversation

v-qjqs
Copy link
Contributor

@v-qjqs v-qjqs commented Dec 14, 2020

This PR fix #3950, avoid zero or too small value for beta in dynamic rcnn

@v-qjqs v-qjqs requested a review from ZwwWayne December 14, 2020 15:18
@codecov
Copy link

codecov bot commented Dec 14, 2020

Codecov Report

Merging #4303 (600d419) into master (43b1909) will decrease coverage by 0.06%.
The diff coverage is 25.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #4303      +/-   ##
==========================================
- Coverage   62.70%   62.63%   -0.07%     
==========================================
  Files         232      232              
  Lines       17607    17609       +2     
  Branches     2945     2946       +1     
==========================================
- Hits        11041    11030      -11     
- Misses       6027     6042      +15     
+ Partials      539      537       -2     
Flag Coverage Δ
unittests 62.59% <25.00%> (-0.07%) ⬇️

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

Impacted Files Coverage Δ
mmdet/models/roi_heads/dynamic_roi_head.py 24.24% <25.00%> (-0.76%) ⬇️
mmdet/models/roi_heads/test_mixins.py 45.73% <0.00%> (-8.53%) ⬇️

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 43b1909...85075a9. Read the comment docs.

@ZwwWayne ZwwWayne merged commit d2fe9b4 into open-mmlab:master Dec 15, 2020
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.

Beta update assert error in dynamic rcnn
2 participants