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 flow_warp comment #655

Merged
merged 1 commit into from
Dec 14, 2021
Merged

Conversation

ckkelvinchan
Copy link
Member

Motivation

As reported in #638, the comment of flow_warp has a problem. This PR fixes the comment by changing (w, h, 2) to (h, w, 2).

Modification

Modify mmedit/models/common/flow_warp.py.

@codecov
Copy link

codecov bot commented Dec 14, 2021

Codecov Report

Merging #655 (82c5192) into master (3c872e0) will increase coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #655      +/-   ##
==========================================
+ Coverage   80.49%   80.51%   +0.01%     
==========================================
  Files         198      198              
  Lines       11233    11233              
  Branches     1795     1795              
==========================================
+ Hits         9042     9044       +2     
+ Misses       1915     1914       -1     
+ Partials      276      275       -1     
Flag Coverage Δ
unittests 80.48% <100.00%> (+<0.01%) ⬆️

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

Impacted Files Coverage Δ
mmedit/models/common/flow_warp.py 100.00% <100.00%> (ø)
...ls/components/stylegan2/generator_discriminator.py 86.14% <0.00%> (+1.20%) ⬆️

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 cd8a62e...82c5192. Read the comment docs.

@ckkelvinchan ckkelvinchan merged commit 5170a64 into open-mmlab:master Dec 14, 2021
Yshuo-Li pushed a commit to Yshuo-Li/mmediting that referenced this pull request Jul 15, 2022
Yshuo-Li pushed a commit to Yshuo-Li/mmediting that referenced this pull request Jul 15, 2022
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