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

Add Shear Augmentation. #3617

Closed
wants to merge 28 commits into from
Closed

Add Shear Augmentation. #3617

wants to merge 28 commits into from

Conversation

v-qjqs
Copy link
Contributor

@v-qjqs v-qjqs commented Aug 25, 2020

This PR implements Shear auto augmentation in process.

@codecov
Copy link

codecov bot commented Aug 27, 2020

Codecov Report

Merging #3617 into master will increase coverage by 0.32%.
The diff coverage is 87.09%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3617      +/-   ##
==========================================
+ Coverage   60.85%   61.17%   +0.32%     
==========================================
  Files         205      206       +1     
  Lines       13809    13932     +123     
  Branches     2341     2361      +20     
==========================================
+ Hits         8403     8523     +120     
  Misses       4977     4977              
- Partials      429      432       +3     
Flag Coverage Δ
#unittests 61.17% <87.09%> (+0.32%) ⬆️

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

Impacted Files Coverage Δ
mmdet/datasets/pipelines/auto_augment.py 47.36% <0.00%> (ø)
mmdet/core/mask/structures.py 90.84% <72.72%> (-0.71%) ⬇️
mmdet/datasets/pipelines/shear.py 89.18% <89.18%> (ø)
mmdet/datasets/pipelines/__init__.py 100.00% <100.00%> (ø)
mmdet/models/roi_heads/mask_heads/maskiou_head.py 97.87% <0.00%> (+5.31%) ⬆️
mmdet/models/roi_heads/mask_scoring_roi_head.py 100.00% <0.00%> (+18.42%) ⬆️

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 046db20...96f67b6. Read the comment docs.

@v-qjqs
Copy link
Contributor Author

v-qjqs commented Aug 31, 2020

Duplicate of #3656

@v-qjqs v-qjqs closed this Aug 31, 2020
liuhuiCNN pushed a commit to liuhuiCNN/mmdetection that referenced this pull request May 21, 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.

None yet

1 participant