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 dead lock of vfnet #5058

Merged
merged 2 commits into from
Apr 26, 2021
Merged

Conversation

hhaAndroid
Copy link
Collaborator

@hhaAndroid hhaAndroid commented Apr 25, 2021

resolve: #5009

Precision alignment after modification.

@codecov
Copy link

codecov bot commented Apr 25, 2021

Codecov Report

Merging #5058 (4b89db3) into master (8a432d2) will increase coverage by 0.06%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #5058      +/-   ##
==========================================
+ Coverage   66.71%   66.78%   +0.06%     
==========================================
  Files         259      259              
  Lines       20269    20267       -2     
  Branches     3447     3447              
==========================================
+ Hits        13523    13535      +12     
+ Misses       6019     6003      -16     
- Partials      727      729       +2     
Flag Coverage Δ
unittests 66.74% <0.00%> (+0.05%) ⬆️

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

Impacted Files Coverage Δ
mmdet/models/dense_heads/vfnet_head.py 31.71% <0.00%> (+0.23%) ⬆️
mmdet/models/dense_heads/corner_head.py 75.60% <0.00%> (+1.87%) ⬆️
mmdet/models/roi_heads/test_mixins.py 57.86% <0.00%> (+1.88%) ⬆️
mmdet/models/detectors/cornernet.py 100.00% <0.00%> (+5.12%) ⬆️

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 8a432d2...4b89db3. Read the comment docs.

@ZwwWayne ZwwWayne merged commit d1c6464 into open-mmlab:master Apr 26, 2021
@hhaAndroid hhaAndroid deleted the fix_vfnet_lock branch March 19, 2022 05:22
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.

Dead lock still exists in vfnet_head.py
2 participants