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

[Feature] Add RandomRotate transform #215

Merged
merged 13 commits into from
Nov 7, 2020
Merged

Conversation

xvjiarui
Copy link
Collaborator

No description provided.

@codecov
Copy link

codecov bot commented Oct 28, 2020

Codecov Report

Merging #215 (263aa9f) into master (8a174a3) will increase coverage by 0.56%.
The diff coverage is 96.93%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #215      +/-   ##
==========================================
+ Coverage   83.69%   84.26%   +0.56%     
==========================================
  Files          89       90       +1     
  Lines        4128     4315     +187     
  Branches      651      684      +33     
==========================================
+ Hits         3455     3636     +181     
- Misses        535      537       +2     
- Partials      138      142       +4     
Flag Coverage Δ
unittests 84.26% <96.93%> (+0.56%) ⬆️

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

Impacted Files Coverage Δ
mmseg/models/backbones/cgnet.py 96.75% <96.75%> (ø)
mmseg/datasets/pipelines/transforms.py 96.29% <97.05%> (+0.01%) ⬆️
mmseg/models/backbones/__init__.py 100.00% <100.00%> (ø)
mmseg/models/decode_heads/fcn_head.py 100.00% <100.00%> (ø)
mmseg/version.py 58.33% <100.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 8a174a3...27e6197. Read the comment docs.

@hellock
Copy link
Member

hellock commented Nov 4, 2020

Task linked: CU-fjpm91 Rotation Augmentation

Copy link
Member

@hellock hellock left a comment

Choose a reason for hiding this comment

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

Please fix the unit tests.

@xvjiarui xvjiarui requested a review from hellock November 7, 2020 17:26
@xvjiarui xvjiarui merged commit 3d18775 into open-mmlab:master Nov 7, 2020
bowenroom pushed a commit to bowenroom/mmsegmentation that referenced this pull request Feb 25, 2022
* add RandomRotate for transforms

* change rotation function to mmcv.imrotate

* refactor

* add unittest

* fixed test

* fixed docstring

* fixed test

* add more test

* fixed repr

* rename to prob

* fixed unittest

Co-authored-by: hkzhang95 <[email protected]>
sibozhang pushed a commit to sibozhang/mmsegmentation that referenced this pull request Mar 22, 2024
* init commit

* update README

* update ckpt links

* update changelog

* update

* fix path

* minor fix

* reorganize
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.

3 participants